Quick Start文档运行yolov3在fruit数据集上报错
Created by: brightgems
运行yolov3在fruit数据集上报错
%run tools/train.py -c configs/yolov3_mobilenet_v1_fruit.yml --eval
WARNING:ppdet.data.transform:fail to map op [ArrangeEvalYOLO_915ddc] with error: tuple indices must be integers or slices, not str and stack:
Traceback (most recent call last):
File "/home/aistudio/PaddleDetection/ppdet/data/transform/__init__.py", line 77, in _mapper
out = f(sample, ctx)
File "/home/aistudio/PaddleDetection/ppdet/data/transform/arrange_sample.py", line 339, in __call__
im = sample['image']
TypeError: tuple indices must be integers or slices, not str
WARNING:ppdet.data.transform:fail to map op [ArrangeEvalYOLO_915ddc] with error: tuple indices must be integers or slices, not str and stack:
Traceback (most recent call last):
File "/home/aistudio/PaddleDetection/ppdet/data/transform/__init__.py", line 77, in _mapper