Closed nooicess closed 2 years ago
What training command was used?
What training command was used? 解决了,使用的yolov7/train.py。66行加个encoding='utf-8' 可以了 with open(opt.data,encoding='utf-8') as f:
data_dict = yaml.load(f, Loader=yaml.SafeLoader) # data dict
帮大忙啦,兄弟,thanks!
Search before asking
YOLOAir Component
Training
Bug
Environment
No response
Minimal Reproducible Example
No response
Additional
使用的yolov7里面的train,外面的train没有这个问题
Are you willing to submit a PR?