YOLOX测试VOC数据集时报错IndexError: tuple index out of range,求解答

已经把demo.py的三处COCO_CLASSES改为了VOC_CLASSES,

dataset的__init__.py文件中也引入了

from .voc_classes import VOC_CLASSES

之后运行测试命令报错

测试命令:python tools/demo.py image -f exps/example/yolox_voc/yolox_voc_s.py -c yolox_s.pth --path assets/dog.jpg --conf 0.25 --nms 0.45 --tsize 640 --save_result
--device gpu

报错信息

YOLOX测试VOC数据集时报错IndexError: tuple index out of range,求解答_第1张图片

 有没有大佬知道为什么?困扰一天了 救救孩子吧,呜呜呜555

你可能感兴趣的:(python,开发语言)