-
The model i train on my dataset , and use "./deploy/ONNX/export_onnx.py" to export
![1663349424813](https://user-images.githubusercontent.com/24264769/190698546-15135795-5537-44e9-b27a-b627c23edcf1.p…
-
when training my own data occurs------AttributeError: module 'tools.eval' has no attribute 'run'
-
Im training with 69 images and 10 images for testing. Im trainng on my local pc.
im using python3 tools/train.py --batch 1 --conf configs/yolov6s.py --data data/dataset.yaml --device 0
Im gett…
-
i met an issue when i trained,this issue was like below:
![Screenshot from 2022-06-25 13-47-53](https://user-images.githubusercontent.com/103312600/175760413-44f8de8a-2345-4629-9b09-c48ed13ab994.png)…
-
Has a paper been released comparing it with other YOLOvX series detectors?
By the way, there is no paper for YOLOv5 and YOLOv7(jinfagang), so everyone is confused.
* https://github.com/ultralyti…
Keiku updated
2 years ago
-
i ran the training process successfully,but i met two issues, first is that my mAP and losses are all 0:
![Screenshot from 2022-06-25 21-28-34](https://user-images.githubusercontent.com/103312600/175…
-
After typing in terminal: python tools/infer.py --weights yolov6s.pt --source [/home/lijiahang/Desktop/yolov6/data/images/image1.jpg],issue happened.
i gave the right location where i stored my test…
-
I am now reproducing yolov6l, the default settings width 1.0 and depth 1.0 shows that level of speed is twice as yolov5l and yolov7, and flops is four times, is this result as expected?
-
*********************************************
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
*********************************************
## 环境
- 【FastDeploy版本】: git clone [https://github.com/PaddlePad…
-
您好,我在复现yolov6 nano时,发现精度在前期还是比较稳定的,但是在250 epoch后精度差距就逐渐和您源码的精度拉开了,最终差距在1.5点,请问在最后100个epoch时有什么特殊操作吗?