Jiawei-Yao0812 / NDCScene

Official implementation for the ICCV 2023 paper "NDC-Scene: Boost Monocular 3D Semantic Scene Completion in Normalized Device Coordinates Space"
31 stars 3 forks source link

kitti-voxel doesn't have labels in sequences 11-21 #3

Closed dzrdzrdzr closed 9 months ago

dzrdzrdzr commented 10 months ago

kitti-voxel doesn't have labels in sequences 11-21. But preprocess file search on it which means can't be Initialized.

dzrdzrdzr commented 10 months ago

by the way the preprocess file in NYC 146 should be: @hydra.main(config_name="../../config/ndcscene_nyu.yaml")

Jiawei-Yao0812 commented 10 months ago

Hi @dzrdzrdzr , there is no label available for the test sequences (11-21). To get the test performance, please refer to the content of this competition website (https://competitions.codalab.org/competitions/22037#learn_the_details-participate).

And thanks for pointing out the preprocess file's issue.