【环境配置】记录使用MMdetection过程中遇到的错误

  1. mmdetection训练出现:IndexError: list index out of range 错误
    仔细检查如下三个文件:
    mmdetection/mmdet/datasets/voc.py:中的CLASSED变量对应的类别是否正确
    mmdetection/mmdet/core/evaluation/class_names.pyvoc_classes()函数返回的类别是否正确
    mmdetection/configs/_base_/models/retinanet_r50_fpn.py:中num_classes对应的类别数是否正确
上一篇:CV baseline之SENet


下一篇:loss函数之L1Loss与MSELoss