An open API service indexing awesome lists of open source software.

https://github.com/poodarchu/deep3dbox

Deep3DBox's MXNet implementation. (In Progress: %95)
https://github.com/poodarchu/deep3dbox

3d-object-detection autonomous-driving computer-vision kitti object-detection

Last synced: 2 months ago
JSON representation

Deep3DBox's MXNet implementation. (In Progress: %95)

Awesome Lists containing this project

README

          

# Deep3DBox
Deep3DBox's MXNet implementation.

1. Train Faster RCNN on KITTI to gain 2D BBox predictions.
2. Add Jitter to GT BBox, then use it and the above generated bbox to train Deep3DBox.
3. inherit IMDB to create KITTI data iter, provide_data and provide_label
4. load pre-trained res-next101, train the model.
5. Use cpp devkit to evaluate the model, use MATLAB to visualize.