qqqtwh
Results
1
comments of
qqqtwh
在 utils/datasets.py 的第982行左右,把 cls_id = cls_name_list.index(label[8]) 修改为 cls_id = list(cls_name_list.values()).index(label[8]) 就行了