MMDetection报错

1. 出现错误:

RuntimeError: CUDA error: no kernel image is available for execution on the device
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.

可能是由于安装mmcv时算力选择版本不匹配:

2. 出现错误:

mmdet - ERROR - The testing results of the whole dataset is empty.

可能是由于rpn_head的strides没有对应设置,与FPN和网络的结构有关。

版权声明:本文为CSDN博主「羽羊poi」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_43869938/article/details/122608025

羽羊poi

我还没有学会写个人说明!

暂无评论

发表评论

相关推荐

深度学习之目标检测YOLOv5

一.简介 YOLOV4出现之后不久,YOLOv5横空出世。YOLOv5在YOLOv4算法的基础上做了进一步的改进,检测性能得到进一步的提升。虽然YOLOv5算法并没有与YOLOv4算法进行性能比较与分析&#xff0