-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluation results not matching as per the paper #24
Comments
Hi @proxymallick , I did not test our method with one GPU, but I think the number of GPUs may affect the final results. Since your mAP is ~3% lower than ours, you may try to increase the training iters to match our close-set mAP. Besides, I think the SEED is not a critical factor. |
Hi @proxymallick ,can you solve? I train at 4 GPUs,I also cannot review the final results at papers. My mAP = 79.63 |
Hi @csuhan Thank you very much for the reply. Yes, when I utilised 4 or 8 GPUs I could reach very close to the number and could get an mAP of 79.6. However, I could not reach 80.02. Thanks. |
@Drios-strawberry Yes I am getting similar results on 8 GPUs i.e., mAP = 79.63 |
Hi,
I have a quick question related to the results shown in Table 1 and Table 2 of the paper.
My results when I run it for exacly 32k iterations.
Your Result
This is what I get when I run :
python tools/train_net.py --num-gpus 1 --config-file configs/faster_rcnn_R_50_FPN_3x_opendet.yaml
Can you please help me out? Thank you
Regards
Prakash
The text was updated successfully, but these errors were encountered: