Views
No views yet
1git clone https://github.com/PuFanqi23/MonoDGP.git
2cd MonoDGP
3
4conda create -n monodgp python=3.8
5conda activate monodgp1# For example, We adopt torch 1.9.0+cu111
2pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html1pip install -r requirements.txt
2
3cd lib/models/monodgp/ops/
4bash make.sh
5
6cd ../../../..1│MonoDGP/
2├──...
3│data/kitti/
4├──ImageSets/
5├──training/
6│ ├──image_2
7│ ├──label_2
8│ ├──calib
9├──testing/
10│ ├──image_2
11│ ├──calibconfigs/monodgp.yaml.configs/monodgp.yaml and indicate the GPU in train.sh:bash train.sh configs/monodgp.yaml > logs/monodgp.logconfigs/monodgp.yaml:bash test.sh configs/monodgp.yamlpython tools/test_runtime.py1@article{pu2024monodgp,
2 title={MonoDGP: Monocular 3D Object Detection with Decoupled-Query and Geometry-Error Priors},
3 author={Pu, Fanqi and Wang, Yifan and Deng, Jiru and Yang, Wenming},
4 journal={arXiv preprint arXiv:2410.19590},
5 year={2024}
6}