dontLoveBugs / FCRN_pytorch

Pytorch Implementation of Deeper Depth Prediction with Fully Convolutional Residual Networks
64 stars 15 forks source link

About NYUv2 dataset format? #2

Closed rxqy closed 5 years ago

rxqy commented 5 years ago

Hi, good job here. I tried to run your code on NYUv2 dataset. From their website, the dataset is in '.mat' format. So how do I convert the dataset to fit in your implementation? Thank you very much!

dontLoveBugs commented 5 years ago

Hi, you can find the convert script from there

rxqy commented 5 years ago

Much obliged!