在安装mmdetection过程中,会需要安装cocoapi-master,你可以下载我当前的文件,根据我的博客内容进行下载安装,来正常运行mmdetection.
2020-01-16 03:01:06 1.53MB mmdetection所需的
1
mmdetection在2019年12月13号进行了新版本的更新,其中对api/train.py增加torch.distributed,这块在windows下不支持,所以要在windows中训练的话需要把v1.0rc1的版本的train与新版本的train进行合并,主要是去除torch.distributed以及_non_dist_train的修改为主。
2020-01-14 03:02:15 10KB mmdetection pytorch python windows
1