DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
347 stars 132 forks source link

important bug #124

Closed guker closed 4 years ago

guker commented 4 years ago

https://github.com/DetectionTeamUCAS/FPN_Tensorflow/blob/9ea554665a127af72698ed7e3bedd5a3fd5db253/libs/box_utils/anchor_utils.py#L74 应该改为如下:

return ws, hs
yangxue0827 commented 4 years ago

谢谢提醒,因为anchor是对称的,所以这个对结果影响不大。

guker commented 4 years ago

谢谢提醒,因为anchor是对称的,所以这个对结果影响不大。

是的,在voc/coco上,一般设置都是对称的,在其他任务,比如行人检测,ratios可能不是对称的