simonmeister / pytorch-mono-depth

Monocular depth prediction with PyTorch
MIT License
59 stars 17 forks source link

Problem with the NYU dataset Matlab code #2

Closed Scienceseb closed 6 years ago

Scienceseb commented 6 years ago

Hi I just want to know if you make any modification for the file process_raw.m or other file in the official Toolbox for the NYU dataset. Im getting an error about the get_synched_framed, its seem that it cannot go through the scene subfile (like basement_0001a), its return 0 file in the scene but all the files are there. I did it on Octave in Linux Mint and I used the Raw dataset, Single File (~428 GB) from https://cs.nyu.edu/~silberman/datasets/nyu_depth_v2.html.

Thanks a lot for your help.

simonmeister commented 6 years ago

Hmm I guess using octave might be an issue. It would be worth trying it with Matlab I think.

jaspereb commented 5 years ago

I had the same issue in matlab, attached is an updated version of the matlab file that goes through subdirectories (change the extension to .m) process_raw.txt