8000 GitHub - 861482002/LLTP: a lightweight 3D detection model
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

861482002/LLTP

Repository files navigation

"# LLTP" 环境准备

conda create --name lltp python=3.8 -y
conda activate lltp
conda install pytorch torchvision -c pytorch

pip install -U openmim
mim install mmengine
mim install 'mmcv>=2.0.0rc4'
mim install 'mmdet>=3.0.0'
cd mmdetection3d
pip install -v -e .

运行模型

python tools/trian.py config/myconfig.py

About

a lightweight 3D detection model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0