ygjwd12345 / TransDepth

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

NYU Surface normal dataset #11

Closed ChenyangLEI closed 3 years ago

ChenyangLEI commented 3 years ago

Thanks for the great work!

I have a question about the surface normal dataset: NYU. I download and unzip following the description but I cannot find the surface normal. Can you help me?

Thanks.

mkdir -p pytorch/dataset/nyu_depth_v2
python utils/download_from_gdrive.py 1AysroWpfISmm-yRFGBgFTrLy6FjQwvwP pytorch/dataset/nyu_depth_v2/sync.zip
cd pytorch/dataset/nyu_depth_v2
unzip sync.zip
ygjwd12345 commented 3 years ago

It is for depth. If you want to run nyu surface normal, you need to go to surface_normal fold first. And according to https://github.com/MARSLab-UMN/TiltedImageSurfaceNormal to prepare your dataset.

shreyaskamathkm commented 3 years ago

Hi,

I am trying to use the download_from_gdrive.py to download the dataset. But it is unable to download the data. Is the dataset link not working?

Best, SK

ygjwd12345 commented 3 years ago

No, I am using download_from_gdrive.py to download nyu depth.

shreyaskamathkm commented 3 years ago

Let me check it out and debug. Not really sure why the sync.zip is 0kb.

ygjwd12345 commented 3 years ago

I have fixed the bug.