今天训练yolov,现在大部分都是86多,没有到90的,慢慢来吧
命令为python train.py --weights yolov5l6.pt --img 1280 --data data.yaml --batch-size 8 --device 0 --epochs 200 --label-smoothing 0.1 --patience 30具体的参数就不展示了