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
175 stars 15 forks source link

Training Error #8

Closed AmingWu closed 5 months ago

AmingWu commented 5 months ago

Dear Authors,

When I train this code, there is an error.

捕获

yangcaoai commented 5 months ago

Hi, it seems that the data layer doesn't read an image successfully.

AmingWu commented 5 months ago

self.calib_path = "/data1/home/wyx/wam/CoDA/Data/sunrgb_d/" self.image_path = "/data1/home/wyx/wam/CoDA/Data/sunrgb_d/", is this correct?

yangcaoai commented 5 months ago

Hi, please refer to the source code: https://github.com/yangcaoai/CoDA_NeurIPS2023/blob/main/datasets/sunrgbd_anonymous_aligned_image_with_novel_cate_confi.py#L73