yolov5运行train.py报错TypeError: string indices must be integers
data['names'] 这里使用字符串值,而不是整数值来访问字典或可迭代对象的值,所以报错https://blog.csdn.net/hihell/article/details/123370933