3dlg-hcvc / M3DRef-CLIP

[ICCV 2023] Multi3DRefer: Grounding Text Description to Multiple 3D Objects
https://3dlg-hcvc.github.io/multi3drefer/
MIT License
64 stars 3 forks source link

M3DRef-CLIP on Scanrefer Test Benchmark #10

Closed ayushjain1144 closed 8 months ago

ayushjain1144 commented 8 months ago

Hi,

Thank you for your awesome work!

For scanrefer benchmark submission, do you train on a combination of train+val split or only the train split? I am asking because in scannet benchmarks, training on train+val is a common practice, but not sure what people do in referential grounding benchmarks. Also are there any other details/tricks for test set submission, or simply exporting the data with the provided checkpoint trained on train set?

Thank you!

eamonn-zh commented 8 months ago

Hi @ayushjain1144, our test set benchmark result is only trained on the train split. There is no trick for test set submission, just do the inference using either our provided checkpoint or your retrained one, and submit it. You should be able to reproduce our results.

ayushjain1144 commented 8 months ago

Thank you :)