un-human
un-human
> pretrained  https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6s.pt  # question: 修改 configs/yolov6s_finetune.py 中的pretrained=yolov6s.pt 代替 --resume 指定预训练模型吗? (--resume 这参数指定迭代无法使用会报错)
 ```bash python tools/train.py --batch-size 32 --img-size 640 --epochs 5 --device 0,1 --output-dir runs/train \ --data-path coco128.yaml --conf-file configs/yolov6s_finetune.py ``` 1. 如果 torch >=1.10.0 ,需要加上 --workers 0 参数,否则最后保存模型时日志会报python_exit_status,不影响训练和保存模型 2. 迭代训练不要使用...
@ShangLe0607 你训练自己的数据集 精度能到多少? 这份源码能满足自定义数据集识别精度需求不?
> 不清楚是哪里的问题 作者的数据集精度能到90%多,自己的数据集只有70%多嘛 是 自己标注问题还是 网络问题?还是图片预处理导致? 有解决吗?
> 0220716- Is this problem not solved yet?
> 2.2. Did you solve this problem(unknown method GetLoadingProgress for service)? What solved it? @abratnap