pengsongyou / openscene

[CVPR'23] OpenScene: 3D Scene Understanding with Open Vocabularies
https://pengsongyou.github.io/openscene
Apache License 2.0
635 stars 44 forks source link

One file is missing in the nuscenes_3d val directory. #77

Open RONINGOD opened 4 months ago

RONINGOD commented 4 months ago

not exist: cce9a0212eb1444696e2decbc95a015e

pengsongyou commented 4 months ago

Thanks for pointing this out. I just checked, it only exists in nuscenes_2d, not in nuscenes_3d and the extracted features. I guess that should not throw errors during evaluation?

RONINGOD commented 4 months ago

Thanks for pointing this out. I just checked, it only exists in nuscenes_2d, not in nuscenes_3d and the extracted features. I guess that should not throw errors during evaluation?

Yes, I just want to verify that the openseg features generated by my code using the nuScenes dataset downloaded from the official website correspond to those provided by you.

ayesha-ishaq commented 4 months ago

Hi, @pengsongyou, you haven't released code to process the files directly from the original dataset, so could you publish the entire processed val set, including the missing scene? It would be a great help.