The output maxdets is different from pycocotools. #9213
Answered
by
DiYaGo-zzh
DiYaGo-zzh
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
DiYaGo-zzh
Nov 3, 2022
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
DiYaGo-zzh
-
This is a good question. Recall is always used for RPN, this setting will not affect mAP in COCO dataset. Hence, we will going to check other repos, such as Detectron2. This setting should be unified with other repos. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like I've found a temporary workaround,when use this directives('python tools/test.py configs/libra_rcnn/libra_faster_rcnn_r50_fpn_1x_coco.py work_dirs/libra_faster_rcnn_r50_fpn_1x_coco/latest.pth --out result/result.pkl --eval bbox --eval-options "proposal_nums=(1, 10, 100)"') to test ,and it work,like figure,
But when i use previous instructions to test and output like this,
So you can see the values of these indicators have hardly changed,Apart from this(in red line box):
So I'm not quite sure if this is really a valid modification,or if it just changes the print format of the output, and doesn't actually pass the parameters into cocoEval.