mmdetection3d环境部署

安装python库

pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html

pip install mmengine
pip install mmcv-2.0.0rc4-cp38-cp38-manylinux1_x86_64.whl
pip install 'mmdet>=3.0.0,<3.1.0'
cd mmdetection3d
pip install -v -e .

python库检查

python -c 'import torch;print(torch.__version__);print(torch.version.cuda)'
1.9.1+cu111
11.1
python -c 'import mmengine;print(mmengine.__version__);'
0.10.6
python -c 'import mmcv;print(mmcv.__version__);'
2.0.0rc4
python -c 'import mmdet;print(mmdet.__version__);'
3.3.0
python -c 'import numpy;print(numpy.__version__);'
1.24.4

推理验证

下载模型权重

https://github.com/open-mmlab/mmdetec

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值