Open cydawn opened 4 years ago
Hi @cydawn, I also face this problem. My data contains only 1 class and initially, I got very low precision, like around 0.02 but a really high recall, like around 0.95, and after doing below solution, my precision improves up to 0.8 and still get a high recall for around 0.9! Even without decreasing the value of nms_topk parameter. This is what I did:
Hope this solution also works for you!
I just found another implementation of yolov3. Thanks for your advice! @louisowen6
How to solve the problem that the precision is too low with high recall? I tried to change the nms_threshold but the recall decreased rapidly. I saw someone had changed the nms_topk to solve it but it didn't work.
Can anyone help me?