配置mmdetection 环境后跑训练出现CUDA error: no kernel image is available for execution on the device问题
解决方式:mmcv源码编译, 下载对应版本的mmcv, 执行以下命令
MMCV_WITH_OPS=1 pip install -v -e .
mmdetection 遇到相关问题可以查阅https://mmdetection.readthedocs.io/zh_CN/latest/faq.html
解决方式:mmcv源码编译, 下载对应版本的mmcv, 执行以下命令