This repository contains the implementation of ConOR on synthetic data and benchmark dataset described in D. Hu, L. Peng, T. Chu, X. Zhang, Y. Mao, H. Bondell, and M. Gong: Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression. European Conference on Computer Vision (ECCV) 2022.
Supplementary material can be found here.
Input Image | Depth Estimation |
---|---|
![]() |
![]() |
Predictive Uncertainty | Estimation Error (vs. ground truth) |
![]() |
![]() |
The Simulation
directory contains the code of the experiment on synthetic data. To run the experiment, please refer to scipts.
The Benchmark
directory contains the code of the experiment on KITTI and NYUv2. To run the experiment, please refer to scipts.
If you find it useful, please consider citing:
@inproceedings{hu2022uncertainty,
title={Uncertainty Quantification in Depth Estimation via Constrained Ordinal Regression},
author={Hu, Dongting and Peng, Liuhua and Chu, Tingjin and Zhang, Xiaoxing and Mao, Yinian and Bondell, Howard and Gong, Mingming},
booktitle={Computer Vision--ECCV 2022: 17th European Conference, Tel Aviv, Israel, October 23--27, 2022, Proceedings, Part II},
pages={237--256},
year={2022},
organization={Springer}
}
The benchmark code base is origined from an awesome DORN pytorch implementation.