在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):xinzhuma/monodle开源软件地址(OpenSource Url):https://github.com/xinzhuma/monodle开源编程语言(OpenSource Language):Python 99.7%开源软件介绍(OpenSource Introduction):Delving into Localization Errors for Monocular 3D DetectionBy Xinzhu Ma, Yinmin Zhang, Dan Xu, Dongzhan Zhou, Shuai Yi, Haojie Li, Wanli Ouyang. IntroductionThis repository is an official implementation of the paper 'Delving into Localization Errors for Monocular 3D Detection'. In this work, by intensive diagnosis experiments, we quantify the impact introduced by each sub-task and found the ‘localization error’ is the vital factor in restricting monocular 3D detection. Besides, we also investigate the underlying reasons behind localization errors, analyze the issues they might bring, and propose three strategies. UsageInstallationThis repo is tested on our local environment (python=3.6, cuda=9.0, pytorch=1.1), and we recommend you to use anaconda to create a vitural environment: conda create -n monodle python=3.6 Then, activate the environment: conda activate monodle Install Install PyTorch: conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=9.0 -c pytorch and other requirements: pip install -r requirements.txt Data PreparationPlease download KITTI dataset and organize the data as follows:
Training & EvaluationMove to the workplace and train the network: cd #ROOT
cd experiments/example
python ../../tools/train_val.py --config kitti_example.yaml The model will be evaluated automatically if the training completed. If you only want evaluate your trained model (or the provided pretrained model) , you can modify the test part configuration in the .yaml file and use the following command: python ../../tools/train_val.py --config kitti_example.yaml --e For ease of use, we also provide a pre-trained checkpoint, which can be used for evaluation directly. See the below table to check the performance.
CitationIf you find our work useful in your research, please consider citing: @InProceedings{Ma_2021_CVPR,
author = {Ma, Xinzhu and Zhang, Yinmin, and Xu, Dan and Zhou, Dongzhan and Yi, Shuai and Li, Haojie and Ouyang, Wanli},
title = {Delving into Localization Errors for Monocular 3D Object Detection},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2021}} AcknowlegmentThis repo benefits from the excellent work CenterNet. Please also consider citing it. LicenseThis project is released under the MIT License. ContactIf you have any question about this project, please feel free to contact [email protected]. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论