All Projects → dontLoveBugs → Dorn_pytorch

dontLoveBugs / Dorn_pytorch

PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation

Programming Languages

python
139335 projects - #7 most used programming language

Labels

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].