Giter VIP home page Giter VIP logo

voxelnet-tensorflow's Introduction

VoxelNet-tensorflow

A tensorflow implementation for VoxelNet.

Requirement

  1. Python 3.5+
  2. tensorflow 1.4+
  3. NumPy, etc.

Usage

  1. have a look at config.py for model configurations, split your data into test/train set by this.
  2. run setup.py to build the Cython module.
$ python setup.py build_ext --inplace
  1. make sure your working directory looks like this (some files are omitted):
├── build   <-- Cython build file
├── model   <-- some src files
├── utils   <-- some src files
├── setup.py   
├── config.py   
├── test.py   
├── train.py   
├── train_hook.py   
├── README.md    
└── data    <-- KITTI data directory 
    └── object 
        ├── training   <-- training data
        |   ├── image_2   
        |   ├── label_2   
        |   └── velodyne  
        └── testing  <--- testing data
            ├── image_2   
            ├── label_2   
            └── velodyne  
  1. run train.py. Some cmdline parameters is needed, just check train.py for them.
  2. launch a tensorboard and wait for the training result.

Data augmentation

Since c928317, data augmentation is done in an online manner, so there is no need for generating augmented samples.

Result

TBD

TODO

  • nan and inf bugs fix
  • multicard support
  • data augmentation

Acknowledgement

Thanks to @ring00 for the implementation of VFE layer and Jialin Zhao for the implementation of the RPN.

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.