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)
- Host: GitHub
- URL: https://github.com/poodarchu/deep3dbox
- Owner: poodarchu
- Created: 2018-04-26T17:43:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T09:39:00.000Z (over 7 years ago)
- Last Synced: 2025-05-12T19:14:37.595Z (5 months ago)
- Topics: 3d-object-detection, autonomous-driving, computer-vision, kitti, object-detection
- Language: Python
- Homepage:
- Size: 309 KB
- Stars: 17
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.