Home

Awesome

M3DSSD: Monocular 3D Single Stage Object Detector

Setup

Training

Review the configurations in scripts/config for details.

python scripts/train_rpn_3d.py --config=kitti_3d_base --exp_name base

Testing

Modify the conf_path and weights_path to run test.

python scripts/test_rpn_3d.py

Acknowledgements