bubbliiiing / ssd-pytorch

这是一个ssd-pytorch的源码,可以用于训练自己的模型。
MIT License
679 stars 175 forks source link

predict.py预测单张图片准确度很高(目标全都能框对),但是get_map.py时候,mAP只有5%,为啥嘞 #110

Open 913200451 opened 2 months ago

913200451 commented 2 months ago

0.09% = ClassA AP || score_threhold=0.5 : F1=0.00 ; Recall=60.78% ; Precision=0.10% 3.10% = ClassB AP || score_threhold=0.5 : F1=0.08 ; Recall=65.17% ; Precision=4.33% 3.33% = ClassC AP || score_threhold=0.5 : F1=0.09 ; Recall=63.29% ; Precision=4.78%

Lrangeo commented 2 days ago

0.09% = ClassA AP || score_threhold=0.5 : F1=0.00 ; Recall=60.78% ; Precision=0.10% 3.10% = ClassB AP || score_threhold=0.5 : F1=0.08 ; Recall=65.17% ; Precision=4.33% 3.33% = ClassC AP || score_threhold=0.5 : F1=0.09 ; Recall=63.29% ; Precision=4.78%

同问,请问解决了吗?