ygjwd12345 / TransDepth

Code for Transformers Solve Limited Receptive Field for Monocular Depth Prediction
MIT License
173 stars 20 forks source link

How to get NYUv2 normal GT of training set? #22

Closed mt-cly closed 2 years ago

mt-cly commented 2 years ago

Hi, thanks for your work. I notice that you refer to the https://github.com/MARSLab-UMN/TiltedImageSurfaceNormal in the issue https://github.com/ygjwd12345/TransDepth/issues/11 for NYUv2 dataset. However, that project only provides the image & surface normal GT in terms of test set. I wonder how can I get the normal GT of NYUv2 training data so that dataloader can work well https://github.com/ygjwd12345/TransDepth/blob/main/surface_normal/dataset_loader/dataset_loader_nyud_2.py#L35 .

ygjwd12345 commented 2 years ago

Hi, thanks for your attention. you can follow https://github.com/eccv2020anonymous/eccv2020-1886-release to get NYU's surface normal.

mt-cly commented 2 years ago

Thanks for your reply. The link to download NYUv2 training GT provided at https://github.com/eccv2020anonymous/eccv2020-1886-release fail to access. Have you any other suggestions? Thanks.

ygjwd12345 commented 2 years ago

you also can search how to use mat file of NYU to generate surface normal. And another way is that you need to check geonet https://github.com/xjqi/GeoNet.

ygjwd12345 commented 2 years ago

for me I don't save this data anymore

ygjwd12345 commented 2 years ago

https://www.dropbox.com/s/dkvi87w8x3bqyg6/nyu-normal.zip?dl=0 I am not sure this link which maybe my backup

mt-cly commented 2 years ago

thank you!