平台有没有安装mmdetection 的教程
-
比如选择什么服务器,需要安装些什么,我这东找自找,安装不顺利
-
平台服务器都支持最新的mmdetection,具体安装可以参考官方的教程
https://github.com/open-mmlab/mmdetection/blob/master/docs/get_started.md或者直接输入以下的命令:
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu110/torch1.7.0/index.html
git clone https://github.com/open-mmlab/mmdetection.git
cd mmdetection
pip install -r requirements/build.txt