dontLoveBugs / DORN_pytorch

PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation
299 stars 67 forks source link

Where to get splits.mat #24

Closed icyhearts closed 4 years ago

icyhearts commented 4 years ago

Thanks for make the code open-sourced. in tool/create_nyu_h5.py, this line

splilts = sio.loadmat(data_path + '/splits.mat')

where can we download splits.mat?

shell769324 commented 4 years ago

https://cs.nyu.edu/~silberman/projects/indoor_scene_seg_sup.html

dontLoveBugs commented 4 years ago

Hi, this split data is not enough to reproduce the results of dorn. If you are interested in nyu dataset, I suggest you should download the whole dataset and you can refer to this