MehmetAygun / fusenet-pytorch

Other
80 stars 17 forks source link

datasets #2

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello! When I ran your code, I encountered the following errors:

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/sunrgbd/images-224/7075.png'

Can you tell me how to get “datasets/sunrgbd/images-224/7075.png'”

Thanks!

hazirbas commented 5 years ago

You should download sunrgbd dataset and save images, depth maps and labels in .png format, by scaling the images to 224 (bilinear for images and nearest interpolation for the others).

I suggest you to start with the NYUv2 dataset as we have the required scripts for it under /datasets.

hazirbas commented 5 years ago

Hey, you can now download the sunrgbd dataset, please refer to README.