Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harryoung/yolov3_from_ayooshkathuria

A YOLOv3 implement from scratch learning from ayooshkathuria, but without training code.
https://github.com/harryoung/yolov3_from_ayooshkathuria

Last synced: 7 days ago
JSON representation

A YOLOv3 implement from scratch learning from ayooshkathuria, but without training code.

Awesome Lists containing this project

README

        

## A detailed implement of YOLOv3 from scratch

Learing from https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/

It is a pity that it does not contain codes for training the model.