conda create -n mmdetection python=3.7 -y conda activate mmdetection # pytorch安装 conda install pytorch==1.2.0 torchvision==0.4.0 ...
確定! 回上一頁