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

How to test on Scanrefer benchmark? #16

Closed ifrozenwhale closed 6 months ago

ifrozenwhale commented 6 months ago

This is my first time trying to test on the scanrefer benchmark, but I encountered some difficulties. When I ran the test command according to the instructions in the readme, some errors occurred in the Dataloader (these errors were caused by the fact that the test data set did not have instance ids, sem labels, etc.), and the test data set did not seem to be adapted in test_epoch.

How do you conduct benchmark testing? Do I need to write additional code?

Hope to get your reply! Thanks!

ifrozenwhale commented 6 months ago

I will try to use the placeholder when preprocess data to solve this problem~~~ so now I close this issue.