Official pytorch implementation for "Depth Map Decomposition for Monocular Depth Estimation" [arxiv].
-
For evaluation on NYUv2, download and follow the instructions in the "Prepare NYU Depth V2 test set" section from (https://github.com/cleinc/bts).
-
Move
nyu_depth_v2
folder toroot/
and download our model parameters toroot/
. Models with 'HRWSI' mean that the model is trained with both NYUv2 and HR-WSI datasets. -
Run with
cd root
python evaluation.py --ckpt $model_path$
@article{jun2022depth,
title={Depth Map Decomposition for Monocular Depth Estimation},
author={Jun, Jinyoung and Lee, Jae-Han and Lee, Chul and Kim, Chang-Su},
journal={arXiv preprint arXiv:2208.10762},
year={2022}
}