facebookresearch / DistDepth

Repository for "Toward Practical Monocular Indoor Depth Estimation" (CVPR 2022)
Other
216 stars 20 forks source link

Question about preparing NYUv2 dataset for evaluation #11

Closed afazel closed 1 year ago

afazel commented 2 years ago

Hi, Thank you so much for releasing your code. I am trying to run the evaluation script for NYUv2 dataset. Based on the README the format of the data should be like this:

 ├── NYUv2
        ├── img_val
           ├── 00001.png
           ......
        ├── depth_val
           ├── 00001.npy
           ......
           ......
        ├── NYUv2.txt

I have downloaded NYUv2 labeled dataset from here which is a .m file. Is this the dataset you used for evaluation? if yes do you have any scripts on how to extract data from this .m file compatible with the format mentioned in the README?

choyingw commented 2 years ago

7

afazel commented 1 year ago

Thank you