Giter VIP home page Giter VIP logo

dorn_pytorch's Introduction

DORN implemented in Pytorch 0.4.1

Introduction

This is a PyTorch(0.4.1) implementation of Deep Ordinal Regression Network for Monocular Depth Estimation. At present, we can provide train script in NYU Depth V2 dataset and Kitti Dataset!

Note: we modify the ordinal layer using matrix operation, making trianing faster.

TODO

  • DORN model in nyu and kitti
  • Training DORN on nyu and kitti datasets
  • Results evaluation on nyu test set
  • the script to generate nyu and kitti dataset.
  • Calculate alpha and beta in nyu dataset and kitti dataset
  • Realize the ordinal loss in paper

Datasets

NYU Depth V2

DORN need to use all the Images (about 120k) in the dataset, but if you just want to test the code, you can use the nyu_depth_v2_labeled.mat and turn it to a h5 file. The convert script is 'create_nyu_h5.py' and you need to change the file paths to yours.

  • Modify create_nyu_h5.py with your path and run the script.
python create_nyu_h5.py

Kitti

The kitti dataset contains 23488 images from 32 scenes for training and 697 images from the remaining 29 scenes for testing.

  • Raw dataset (about 175 GB) can be downloaded by running:
wget -i kitti_archives_to_download.txt -P ~/kitti-raw-data/
  • Unzip the compressed files:
cd ~/kitti-raw-data
find . -name '*.zip' -exec unzip {} \;
  • Run the script to generate the kitti_ground_truth
python gen_kitti_dataset.py

dorn_pytorch's People

Contributors

dontlovebugs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.