Monocular-Depth-Estimation-Toolbox is an open source monocular depth estimation toolbox based on PyTorch and MMSegmentation v0.16.0.
It aims to benchmark MonoDepth methods and provides effective supports for evaluating and visualizing results.
Unified benchmark
Provide a unified benchmark toolbox for various depth estimation methods.
Modular design
Depth estimation frameworks are decomposed into different components. One can easily construct a customized framework by combining different modules.
Support of multiple methods out of box
I would like to reproduce some of the most excellent depth estimation methods based on this toolbox.
High efficiency
It seems that there are few depth estimation benchmarks, so I start this project and hope it is helpful for research.
Thanks to MMSeg, we own these major features. :blush:
Results and models are available in the model zoo.
Supported backbones (partially release):
Supported methods:
Supported datasets:
Please refer to get_started.md for installation and dataset_prepare.md for dataset preparation.
We provide train.md and inference.md for the usage of this toolbox.
This project is released under the Apache 2.0 license.
This repo benefits from awesome works of mmsegmentation, Adabins, BTS. Please also consider citing them.
@misc{lidepthtoolbox2022,
title={Monocular Depth Estimation Toolbox},
author={Zhenyu Li},
howpublished = {\url{https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox}},
year={2022}
}