python=3.9
pytorch=1.10
torchvision=0.11
cudatoolkit=11.3
segmentation-models-pytorch==0.2
scikit-image
h5py
tqdm
test_data
└───NYU
│ └───gt
│ │ └───1001.npy
│ │ | 1002.npy
│ │ │ ...
│ │ │ 1449.npy
│ └───rgb
│ │ └───1001.npy
│ │ | 1002.npy
│ │ │ ...
│ │ │ 1449.npy
└───Lu
│ └───gt
│ └───rgb
└───Middlebury
│ └───gt
│ └───rgb
└───RGBDD
│ └───gt
│ └───rgb
Our pretrained model checkpoints can be downloaded here.
python train.py --scale=8
Test on synthetic datasets:
python test.py --scale=8
Test on real-world RGB-D-D:
python test.py --real True