GitPedia

DORN pytorch

PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation

From dontLoveBugs·Updated June 18, 2026·View on GitHub·

The entire codebase has been updated, and some layers and loss functions have been reimplemented to make it running fast and using less memory. This respository only contains the core code of DORN model. The whole code will be saved in [SupervisedDepthPrediction](https://github.com/dontLoveBugs/SupervisedDepthPrediction). The project is written primarily in Python, first published in 2018. Key topics include: depth-prediction, dorn, ordinal-regression, pytorch.

DORN

Update

The entire codebase has been updated, and some layers and loss functions have been reimplemented to make it running fast and using less memory. This respository only contains the core code of DORN model. The whole code will be saved in SupervisedDepthPrediction.

Introduction

This is a PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation.

Pretrained Model

The resnet backbone of DORN, which has three conv in first conv layer, is different from original resnet. The pretrained model of the resnet backbone can download from MIT imagenet pretrained resnet101.

Datasets

NYU Depth V2

Not Implemented.

KITTI

According to the pull request, we should move away from eigen split and switch to kiiti depth benchmark. More details, please see SupervisedDepthPrediction.

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from dontLoveBugs/DORN_pytorch via the GitHub API.Last fetched: 6/29/2026