MonoEX: Excito Private Monocular 3D Object Detection Lib.
Work in progress.
python setup.py develop
We train and test our model on official KITTI 3D Object Dataset. Please first download the dataset and organize it as following structure:
kitti
│──ImageSets
│──training
│ ├──calib
│ ├──label_2
│ └──image_2
└──testing
├──calib
└──image_2
Then modify the paths in config/paths_catalog.py according to your data path.
Supported methods and backbones are shown in the below table.
Support backbones:
- DLA
Support methods
The codebase is heavily borrowed from following projects:
Thanks for their contribution.