【环境配置】记录使用MMdetection过程中遇到的错误
作者:互联网
- mmdetection训练出现:IndexError: list index out of range 错误
仔细检查如下三个文件:
mmdetection/mmdet/datasets/voc.py
:中的CLASSED
变量对应的类别是否正确
mmdetection/mmdet/core/evaluation/class_names.py
:voc_classes()
函数返回的类别是否正确
mmdetection/configs/_base_/models/retinanet_r50_fpn.py
:中num_classes
对应的类别数是否正确
标签:类别,voc,错误,记录,py,mmdet,mmdetection,classes,MMdetection 来源: https://blog.csdn.net/wxd1233/article/details/120472847