Code Monkey home page Code Monkey logo

super-lidar's Introduction

This project implements the ADNN architecture described in “Deep Convolutional Compressed Sensing for LiDAR Depth Completion” (http://arxiv.org/abs/1803.08949)

Setup

Dependencies

  • Tensorflow 1.4
  • Numpy 2.0
  • PIL

Data

This project uses Tensorflow’s binary tfrecord file to speed up training. Perform the following steps to set up the datasets for training and testing

  1. Download the KITTI depth completion dataset from http://www.cvlibs.net/datasets/kitti/eval_depth_all.php
  2. Unzip the various archives using the directions provided in the downloads
  3. Change the final line of kitti_depth_to_tfrecord.py to reflect the locations of your data and the desired location for the tfrecords, then run the file.
  4. Change lines 38, 43, 49, and 54 of main.py to reflect these locations as well.

Training

In order to train the three layer model described in the paper, create an output directory and run the command

python3 main.py <output directory> --train_size 20000 --val_size 2000

Running the command with the help flag will output a description of the other training and validation options.

super-lidar's People

Contributors

qazmonk 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.