win10 conda环境 安装 mmdetection
为什么要在windows下搭mmdetection环境:
有GPU的服务器都是远程命令行下的linux,没法用vscode调试程序;
本机win10上有显卡,想调试好了程序远程去跑。
安装过程照官网来:
https://mmdetection.readthedocs.io/en/stable/get_started.html
安装mmcv-full的时候报错:
要下载安装win10的 C++编译器:
https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/
我还以为是个小工具,竟然是visual studio。。。勾选C++就行了,等着吧,动不动就好几个GGGGGGG
我选了第一个,加到PATH里。编译通过了