dragonfly606 / MonoCD

[CVPR 2024] MonoCD: Monocular 3D Object Detection with Complementary Depths
MIT License
24 stars 7 forks source link

推理脚本 #2

Closed qgq99 closed 4 months ago

qgq99 commented 5 months ago

非常感谢作者这篇优秀的工作! 请问作者能否提供一下推理的脚本呢🤣

dragonfly606 commented 5 months ago

Hi @qgq99, thank you for your attention. The inference script can be found here CUDA_VISIBLE_DEVICES=0 python tools/plain_train_net.py --config runs/monocd.yaml --ckpt YOUR_CKPT --eval

qgq99 commented 5 months ago

Hi @qgq99, thank you for your attention. The inference script can be found here CUDA_VISIBLE_DEVICES=0 python tools/plain_train_net.py --config runs/monocd.yaml --ckpt YOUR_CKPT --eval

thanks a lot!