你遇到的错误信息if for detection, please install mmdetection first表明你的环境中尚未安装mmdetection库,而你的代码或程序需要它来进行目标检测。 官方安装指南链接: 你可以参考MMDetection的官方安装指南来进行安装。 系统要求和依赖项: Python版本:mmdetection要求Python版本至少为3.6。 PyTorch和torchvision:mmdetection依...
install mmcv-full==1.4.0 pip install mmcv-full==1.4.0 -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9.0/index.html #mmdet, mmseg pip install mmdet==2.14.0 pip install mmsegmentation==0.14.1 #mmdet3d pip install mmdet3d==1.0.0rc6 cd mmdetection3d git checkout v0.17.1 pip...