yangcaoai / CoDA_NeurIPS2023

Official code for NeurIPS2023 paper: CoDA: Collaborative Novel Box Discovery and Cross-modal Alignment for Open-vocabulary 3D Object Detection
https://yangcaoai.github.io/publications/CoDA.html
MIT License
182 stars 16 forks source link

File Error #7

Closed AmingWu closed 7 months ago

AmingWu commented 7 months ago

Dear Authors,

When I run this code, there exists an error:

FileNotFoundError: [Errno 2] No such file or directory: 'Data/sunrgb_d/sunrgbd_v1_revised_0415/sunrgbd_pc_bbox_votes_50k_v1_all_classes_revised_0415_minival'

yangcaoai commented 7 months ago

Hi, to fix the bug quickly, you can directly make an empty dir by: mkdir Data/sunrgb_d/sunrgbd_v1_revised_0415/sunrgbd_pc_bbox_votes_50k_v1_all_classes_revised_0415_minival.

I utilize this dir for the evaluation on a mini-set for debugging, which has no influence on the normal training and testing.