filaPro / oneformer3d

[CVPR2024] OneFormer3D: One Transformer for Unified Point Cloud Segmentation
Other
348 stars 32 forks source link

The code and config about submission of test benchmark #68

Closed wdczz closed 3 months ago

wdczz commented 4 months ago

Dear authors, thank you for your great work. I would like to ask whether you can share the code and config about processing the result for submission the test benchmark? Thank you very much.

oneformer3d-contributor commented 4 months ago

Please follow #63.

wdczz commented 4 months ago

Thank you for your response. Can you please guide me on how to configure the submission? This is my first time using the MMLAB framework. QAQ

wdczz commented 4 months ago

I finished the code for SPInstanceSegMetric, but I'm confused about how to set the configuration. Looking forward to your guidance!

oneformer3d-contributor commented 3 months ago

Just add ann_file='scannet_oneformer3d_infos_test.pkl' instead of ann_file='scannet_oneformer3d_infos_val.pkl' for test_dataloader in ScanNet config file.