-
Notifications
You must be signed in to change notification settings - Fork 4
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
Reproducing Nr3D results in Table 6. #18
Comments
When testing your provided checkpoint for Nr3D, I could only get around 36 overall accuracy. I am running test.py with |
I have the same problem, have you resolve it? |
(m3drefclip) lm3@admin123-ESC8000A-E11:~/projects/M3DRef-CLIP$ python evaluate.py data=nr3d pred_path=/home/lm3/projects/M3DRef-CLIP/predictions/Nr3d_gt_bbox/val data.evaluation.split=val
|
Hi @haomengz and @JiayuXu829 , thanks for pointing this out and sorry for the late reply. Looks like the provided checkpoint for Nr3D dataset has issues. I attached the wandb log for Nr3D training we did before. We are currently investigating it and will reply to you later. Sorry for the confusion. |
Hi,
I am trying to train from scratch to reproduce the 49.4 overall accuracy on Nr3D, as is reported in Table 6. However, I could only get around 46.5 under the settings of provided config (changing data to nr3d and also set the
use_gt_proposal
flag). Could you provide more details on the training settings to reproduce your result on Nr3D? Thanks!The text was updated successfully, but these errors were encountered: