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

About the performance #2

Closed FishYuLi closed 6 years ago

FishYuLi commented 6 years ago

Hi, This is a great work! I wondered if this implementation can reproduce 33% mAP on COCO as stated in YOLO_v3 paper? I think it will be great to list current performance of this code in README.md.

Thanks a lot!

ayooshkathuria commented 6 years ago

Yet to implement the code that calculates the COCO metric. Busy with writing my undergraduate thesis to be presented this May. Will do for sure once the code is ready. Thanks for the suggestion about adding it in the README.