-
Hi, using your own data for training, after 180 epochs, the accuracy is relatively low, and the inference has no result.
![Picture1](https://user-images.githubusercontent.com/16322361/176581044-e6611…
bei91 updated
2 years ago
-
I want to compile this model for aws neuron, but in order to do it model must have to be torch jit traceable.
How can i achieve it?
-
尊敬的作者,我想向您提出一些关于YOLOv6的bug:
1、目前无法使用单类别数据集进行训练
2、训练时GPU无法充分利用,导致训练速度很慢
3、每训练一个epochs,runs中的train文件夹就会新建一个文件
4、能否在训练时添加查看准确率和召回率的信息情况?
在此放上我总结的一篇博文:https://blog.csdn.net/qq_58355216/article/detail…
-
# Update of the Test Result after Training 400 Epoch of PP-YOLOE s
Here is the latest comparison result:
Model | epoch | AP 0.5:0.95 | AP 0.5 | AP 0.75 | AP small | AP medium | AP large | AR s…
-
为啥训练到了60epoch时候,还是这个精度啊 ,降低flops至65M 左右
Evaluating mAP by pycocotools.
Saving ./runs/train/yolov6_face_66M_0705/predictions.json...
loading annotations into memory...
Done (t=0.11s)
creating in…
-
https://www.youtube.com/watch?v=yd1DhOf8mW4的1:18秒
可以看出(同样的示例还有很多),YOLOV5要比YOLOV6好不少。YOLOV6对小目标检测不错。但对大目标有很大的问题。我认为这是应当不难得以改善的
-
at file: yolov6/utils/figure_iou.py
line 62-68
when s_cw and s_ch both equal to 0 at the same time, it will cause Nan in the final loss
Though this situation seems rarely happens, I have engaged wi…
-
I want to test yolov6 model,where can I download yolov6 pretrained model?
-
-
Hello,
I want to make large models onnx and tensorRT transforms and run them on video. I couldn't see the demo code. Could you help?