Open xiaxiangyu opened 10 months ago
I train r3det with dataset SSDD, the recall of the test result was 0.88, but the precision was only 0.28.why? I modified the image scale is (640,640), 50epoch, milestones=[32, 44]
I train r3det with dataset SSDD, the recall of the test result was 0.88, but the precision was only 0.28.why? I modified the image scale is (640,640), 50epoch, milestones=[32, 44]
How is this problem. Can you tell me how to address this issue.
我也存在这种问题,复现与论文差很多
Branch
master branch https://mmrotate.readthedocs.io/en/latest/
📚 The doc issue
When I was using r3det, I only modified the num_class and img_scale of the config file. The data set used was SSDD, and only one class of ship was used. The recall of the test result was 0.944 and 0.933, but the precision was only 0.485. What is the reason? Do I get the wrong precision? I modified the eval_map.py accoring to issue 534. Hope to get the precison value!
Suggest a potential alternative/fix
No response