8000 GitHub - zengyt008/VoxelNet-tensorflow: A 3D object detection system for autonomous driving.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zengyt008/VoxelNet-tensorflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoxelNet-tensorflow

A tensorflow inplem 607E entation for VoxelNet.

Usage

  1. have a look at config.py for model configurations, and make sure that you are using Python3.5+.
  2. run setup.py to build the Cython module.
$ python setup.py build_ext --inplace
  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.

About

A 3D object detection system for autonomous driving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0