leeyoshinari / YOLO_v2

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

Bounding Boxes same size and location for every test image #37

Closed ltorlay closed 4 years ago

ltorlay commented 5 years ago

I'm not sure why the bounding boxes are predicting the same location and confidence for every test image. I confirmed the test image was correct and have spent multiple hours trying to diagnose the problem. All images size 1024 x 256 and only one class

Please let me know if you are familiar with a potential solution.

Related to this problem: https://github.com/thtrieu/darkflow/issues/172

Thanks!