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

Issue with nyu dataset #2

Closed fdengmark closed 10 months ago

fdengmark commented 10 months ago

I'm trying to run the inference part on NYUv2 dataset. However, the nyuv2 dataset download link you have pasted is no longer vaild. I have downloaded the NYUv2 dataset from the home page, but looks like the preprocess.py is not able to run directly on "nyu_depth_v2_labeled.mat".

it look's like the preprocess.py is look for some .bin files from NYURoot, and I'm very confuse about where are thoes ".bin" files come from.

Can you upload the NYUv2 dataset again?

Thank you so much

Jiawei-Yao0812 commented 10 months ago

Hi, here is the updated NYUv2 dataset.

fdengmark commented 10 months ago

Thank you so much!!

Jiawei-Yao0812 commented 10 months ago

Resolved