mahyarnajibi / SNIPER

SNIPER / AutoFocus is an efficient multi-scale object detection training / inference algorithm
Other
2.69k stars 451 forks source link

detection score is low #177

Open LP940708 opened 4 years ago

LP940708 commented 4 years ago

I refer your code to my own dataset, and the bounding box is accurate, but the detection score is low(I trained 7 epochs on my own dataset, but most of the detection score is lower than 0.5, rarely higher than 0.5), so I have to set a very low threshold. Have you ever encountered this situation, can you give me some advice? Thank you very much.

szr712 commented 4 years ago

have you solved this problem?

LP940708 commented 4 years ago

have you solved this problem?

No, have you encountered this problem?

szr712 commented 4 years ago

Yes, I have trained a model for my dataset. Same as you, the detection score is lower than 0.5. However, the mean AP@0.5 is accurate.