ayooshkathuria / YOLO_v3_tutorial_from_scratch

Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/
2.32k stars 724 forks source link

Tiny Yolo Support in my forked repo #47

Open AbanoubMamdouh opened 5 years ago

AbanoubMamdouh commented 5 years ago

Hello people, Thank you @ayooshkathuria for your amazing tutorials and implementation, I noticed that your framework didn't support the tiny yolo implementation, so I added it in the following forked repo: https://github.com/AbanoubMamdouh/YOLO_v3_tutorial_from_scratch Take a look at it! Cheers