un-human

Results 6 comments of un-human

> pretrained ![1658195764775](https://user-images.githubusercontent.com/11296126/179647384-3bd22cf3-af0b-48b2-bd8c-cbbfa0d2c94e.jpg) https://github.com/meituan/YOLOv6/releases/download/0.1.0/yolov6s.pt ![image](https://user-images.githubusercontent.com/11296126/179647647-716bab23-4f4e-4d88-a882-d2561225fd2f.png) # question: 修改 configs/yolov6s_finetune.py 中的pretrained=yolov6s.pt 代替 --resume 指定预训练模型吗? (--resume 这参数指定迭代无法使用会报错)

![image](https://user-images.githubusercontent.com/11296126/179651477-b1251df8-fd78-4504-9b33-7d036eebb4ad.png) ```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%多嘛 是 自己标注问题还是 网络问题?还是图片预处理导致? 有解决吗?

> 2.2. Did you solve this problem(unknown method GetLoadingProgress for service)? What solved it? @abratnap