leeyoshinari / YOLO_v2

The implementation of YOLO v2 with TensorFlow
GNU General Public License v3.0
80 stars 38 forks source link

Low mAP in inference by using the provided model #41

Open hangxu124 opened 4 years ago

hangxu124 commented 4 years ago

Hi, Thanks for your effort in making this yolo_v2 TensorFlow model.

Have you ever tested using ./test/03.jpg and ./test/02.jpg with VOC model?

I did the inference on these 2 images and found that the performance (bbox) is really terrible... So I just wonder that if I did sth wrong or the models do have bad performance...(maybe not well-trained?) I also wonder how about the mAP on COCO2017 or VOC2007 dataset with the provided model?

Thanks!