Skip to content

PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation

Notifications You must be signed in to change notification settings

dontLoveBugs/DORN_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

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.

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.

About

PyTorch implementation of Deep Ordinal Regression Network for Monocular Depth Estimation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages