-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question about caption evaluation results #12
Comments
The result varies mainly because of: 1. The randomness in data pre-processing (point down sampling), and 2. Different PyTorch versions. It is encouraged to execute all the training sessions. |
OK, I re-run the data preprocessing and got the following results: INFO: iou@0.5 matched proposals: [1575 / 2068], This proves that randomness does exist. Thank you for your reply! |
i use the pretrain weight "scanrefer_scst_vote2cap_detr_pp_XYZ_RGB_NORMAL.pth" and get the follow result:
INFO: iou@0.5 matched proposals: [1537 / 2068],
[BLEU-1] Mean: 0.6676, Max: 1.0000, Min: 0.0000
[BLEU-2] Mean: 0.5745, Max: 1.0000, Min: 0.0000
[BLEU-3] Mean: 0.4757, Max: 1.0000, Min: 0.0000
[BLEU-4] Mean: 0.3895, Max: 1.0000, Min: 0.0000
[CIDEr] Mean: 0.7525, Max: 6.3784, Min: 0.0000
[ROUGE-L] Mean: 0.5467, Max: 1.0000, Min: 0.1015
[METEOR] Mean: 0.2631, Max: 1.0000, Min: 0.0448
This result is not consistent with the paper, is this normal?
The text was updated successfully, but these errors were encountered: