ch3cook-fdu / Vote2Cap-DETR

[CVPR 2023] Vote2Cap-DETR and [T-PAMI 2024] Vote2Cap-DETR++; A set-to-set perspective towards 3D Dense Captioning; State-of-the-Art 3D Dense Captioning methods
MIT License
76 stars 5 forks source link

scannet_means.npz and scannet_reference_means.npz #18

Closed cy94 closed 1 month ago

cy94 commented 1 month ago

Hi @ch3cook-fdu thanks for the great work! I was able to reproduce your results on the ScanRefer dataset and now I want to try it on a new dataset. I see that you use 2 mean arrays - data/scannet/meta_data/scannet_means.npz and data/scannet/meta_data/scannet_reference_means.npz in the model, both with shape (18, 3). Could you let me know how you computed these, and how to do it for a new dataset?

Thanks! Chandan

ch3cook-fdu commented 1 month ago

Thanks for your interest in our work! These .npz files are only used for VoteNet. If you are training our Vote2Cap-DETR families, these are not required. Feel free to discard any code that relates to these files.

cy94 commented 1 month ago

Thanks for the quick response!