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

why the precision is very low #141

Closed hardworking-jws closed 4 years ago

hardworking-jws commented 4 years ago

我用您的项目跑了一些数据集,无一例外发现precision都非常的低,都是0.00几这样,但是recall和 AP都还算正常,这是为什么呢,为什么precision这么低

yangxue0827 commented 4 years ago

我输出的是PR曲线的最后一个点,也就是r最高的p最小的点 @hardworking-jws