zh/models/yolov8/ #10041
Replies: 33 comments 45 replies
-
作者您好!对于目标检测问题,在coco数据上的预训练模型和openv7上的预训练模型。分别选择两者对自己的数据集进行训练,①请问两者的数据集格式和存放路径有区别吗?②我准备应用在工业上设施缺陷检测,有8类缺陷、数据集大概2000张。有推荐的预训练模型吗? |
Beta Was this translation helpful? Give feedback.
-
作者您好,我想训练yolov8m-p2的版本,我在想能否使用yolov8的模型权重作为预训练权重,且我发现似乎没有yolov8-p2的m的版本这个怎末决解呢 |
Beta Was this translation helpful? Give feedback.
-
有没有人能为我解答一下,训练数据集过程中的权重文件也能用吗?为什么训练过程中的权重文件比训练结束后的大? |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you for your great contribution, this project is very useful! I had A problem when I trained a model A using my own dataset (the tags in the train_classes.txt dataset are in the order of person,head,car, in the corresponding yaml file: 0,1, and 2 correspond to person,head,car, respectively. If I now want to reinforce model A with the new data set, must the order in my train_classes.txt be the same as the order of the tags in the first training? Or do I just need to make sure that train_classes.txt is the same as the corresponding yaml file? |
Beta Was this translation helpful? Give feedback.
-
Hello author! For classification problems, model. rain (data=) data can only fill in the file path and cannot fill in YAML files. Why is that |
Beta Was this translation helpful? Give feedback.
-
作者你好!在yolov8处理10分类问题中我使用了train文件发生了报错 |
Beta Was this translation helpful? Give feedback.
-
您好,能不能介绍一下YOLOv8,以及它和YOLOv5的区别。 |
Beta Was this translation helpful? Give feedback.
-
Hello,How should I use the YOLOv8 segmentation algorithm to train a dataset with PNG label types?Thank you |
Beta Was this translation helpful? Give feedback.
-
yolov8在进行速度估计的时候,源码直接采用像素坐标来除以时间得到速度,这样的速度估算准确性如何?不考虑坐标变换等因素吗?希望作者能解答一下,有点看不明白这个逻辑。 |
Beta Was this translation helpful? Give feedback.
-
您好,请问下v8 如何实现多模型组合识别,我看v5上面有个组合 v8能组合模型吗 |
Beta Was this translation helpful? Give feedback.
-
English : Hello, I am writing a paper on the improvement method of a module in YOLOv8 in the target detection task. May I ask how the performance metrics of YOLOv8n on the COCO dataset for object detection tasks are obtained from the official website? For example, under what experimental conditions and hyperparameter settings? If I train a new YOLOv8n weight from scratch on the COCO2017 dataset, can it represent the performance results of YOLOv8n on my machine under my experimental conditions and hyperparameter settings? Can you compare it with the performance results obtained from my improved YOLOv8n trained under the same conditions and include the comparison results in my paper? Chinese : 您好,我正在写一篇关于YOLOv8中某一模块在目标检测任务上的改进方法论文。请问官网中对于目标检测任务给出的YOLOv8n在COCO数据集上的性能指标结果是如何得出的?例如在什么样的实验条件及超参设置等?如果我自己在COCO2017数据集上从头开始训练一个新的YOLOv8n权重,是否能够代表YOLOv8n在COCO2017数据集上并在我的实验条件及超参设置下在我的机器上的性能结果?能否将其与相同条件下训练的我改进后的YOLOv8n得到的性能结果进行比较并将比较结果放入我的论文中? |
Beta Was this translation helpful? Give feedback.
-
yolov8训练结果精确率图像一直波动大如何解决,网上的好多方法都尝试了,还是没有解决 |
Beta Was this translation helpful? Give feedback.
-
Dear author, I set 500 epochs to be trained when I used yolov8 for training, but the model did not converge after the training was completed. I want to continue training from the 501st epochs, and the hyperparameters in the model training process can also be adjusted from the 501st epochs. Can you tell me how to do it? |
Beta Was this translation helpful? Give feedback.
-
Hello! As far as I know, YOLOv8Seg is trained using preconfigured image files (.jpg), label files (.txt), and a configuration file (.yaml) for training. Is it possible to train YOLOv8Seg using a real-time data stream? What I mean is that I have a pre-existing data generation program that can generate batches of images and corresponding location labels for objects to be segmented. How can I integrate this into YOLOv8Seg for real-time data stream training?Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello,may I ask which datasets and configurations were used during the training of yolov8n-pose? I want to build my own dataset to improve the accuracy of yolov8n-pose on small objects and complex poses. However, after fine-tuning yolov8n_pose, I noticed a decrease in pose accuracy. This has led me to want to reproduce yolov8n-pose to gain more experience. Looking forward to your reply. |
Beta Was this translation helpful? Give feedback.
-
作者您好,yolov8 tracking(比如yolov8+bytetrack)支持检测一帧,跟踪多帧吗? |
Beta Was this translation helpful? Give feedback.
-
这个我没有尝试过抱歉
…---Original---
From: "Shuai ***@***.***>
Date: Mon, Feb 24, 2025 22:25 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
作者您好,yolov8 tracking(比如yolov8+bytetrack)支持检测一帧,跟踪多帧吗?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
作者你好,我想把YOLOv8训练完后的P-R曲线里面的字体改成times new roma字体,应该怎么样设置呢? |
Beta Was this translation helpful? Give feedback.
-
你好,我想问一下我好像在github上找不到yolo系列的源码了,除了v3 v5 和v11 |
Beta Was this translation helpful? Give feedback.
-
Dear Author, |
Beta Was this translation helpful? Give feedback.
-
Hello author, I want the code for yolov8, but I couldn't find the file. When I go to Ultralytics' official GitHub, it's all for yolov11. If it's convenient, please give me the zip packaged code for yolov8. |
Beta Was this translation helpful? Give feedback.
-
11包含了8,我前天就使用yolo11最新包跑出来yolov8模型
陈ccc
***@***.***
…---Original---
From: ***@***.***>
Date: Wed, Jun 11, 2025 11:36 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
Hello author, I want the code for yolov8, but I couldn't find the file. When I go to Ultralytics' official GitHub, it's all for yolov11. If it's convenient, please give me the zip packaged code for yolov8.
作者您好,我想要yolov8的代码,但是我没有找到文件,进入Ultralytics官方的GitHub上面都是yolov11的,如果方便的话,请给我yolov8的zip打包的代码。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
您好,我想在yolov8的基础上面做改进,请问您有yolov8代码包嘛?通过yolov11来调用yolov8我不知道行不行。
Hello, I would like to make improvements on the basis of YOLOV8. Do you have the YOLOV8 code package? I don't know if calling YOLOV8 through YOLOV11 is feasible.
…------------------ 原始邮件 ------------------
发件人: "ultralytics/ultralytics" ***@***.***>;
发送时间: 2025年6月11日(星期三) 中午11:48
***@***.***>;
抄送: "长安大学 ***@***.******@***.***>;
主题: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
11包含了8,我前天就使用yolo11最新包跑出来yolov8模型
陈ccc
***@***.***
---Original---
From: ***@***.***>
Date: Wed, Jun 11, 2025 11:36 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
Hello author, I want the code for yolov8, but I couldn't find the file. When I go to Ultralytics' official GitHub, it's all for yolov11. If it's convenient, please give me the zip packaged code for yolov8.
作者您好,我想要yolov8的代码,但是我没有找到文件,进入Ultralytics官方的GitHub上面都是yolov11的,如果方便的话,请给我yolov8的zip打包的代码。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
我最近使用yolo时发现即便我指定了yolov8n的模型参数但是在训练时它依然会自动下载yolov11n的参数,那么如何避免这种情况去使用yolov8呢? |
Beta Was this translation helpful? Give feedback.
-
直接调用model=yolov8n就好了
月寒日暖煎人寿
***@***.***
…------------------ Original ------------------
From: YWJ-sudo ***@***.***>
Date: Mon,Jul 28,2025 10:33 AM
To: ultralytics/ultralytics ***@***.***>
Cc: fangyuZ1025 ***@***.***>, Mention ***@***.***>
Subject: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
我最近使用yolo时发现即便我指定了yolov8n的模型参数但是在训练时它依然会自动下载yolov11n的参数,那么如何避免这种情况去使用yolov8呢?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I see, thank you for your reply.
冷落光明
***@***.***
…------------------ 原始邮件 ------------------
发件人: "ultralytics/ultralytics" ***@***.***>;
发送时间: 2025年7月29日(星期二) 下午5:33
***@***.***>;
***@***.******@***.***>;
主题: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
直接调用model=yolov8n就好了
月寒日暖煎人寿
***@***.***
------------------ Original ------------------
From: YWJ-sudo ***@***.***>
Date: Mon,Jul 28,2025 10:33 AM
To: ultralytics/ultralytics ***@***.***>
Cc: fangyuZ1025 ***@***.***>, Mention ***@***.***>
Subject: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
我最近使用yolo时发现即便我指定了yolov8n的模型参数但是在训练时它依然会自动下载yolov11n的参数,那么如何避免这种情况去使用yolov8呢?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello dear author, I used yolov8 for fire and smoke and the results of box(p R as well as MAP50 for fire are 0.937 0.84 0.91 but for smoke is only 0.805 0.526 and 0.625, what should I do next? |
Beta Was this translation helpful? Give feedback.
-
Hello dear author, I used yolov8 for fire and smoke and the results of box(p R as well as MAP50 for fire are 0.937 0.84 0.91 but for smoke is only 0.805 0.526 and 0.625, what should I do next? |
Beta Was this translation helpful? Give feedback.
-
Hello author! |
Beta Was this translation helpful? Give feedback.
-
coco数据集中的背景占比或许可以作为一个参考
…---Original---
From: ***@***.***>
Date: Mon, Aug 18, 2025 11:45 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [ultralytics/ultralytics] zh/models/yolov8/ (Discussion #10041)
Hello author!
1.Can overfitting caused by a single background be effectively prevented by increasing the training background?
2. what is the proportion of background that needs to be increased?
Thanks!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
zh/models/yolov8/
探索YOLOv8 的精彩功能,这是我们最新版本的实时物体检测器!了解先进的架构、预训练模型以及准确性和速度之间的最佳平衡如何使YOLOv8 成为您执行物体检测任务的最佳选择。
https://docs.ultralytics.com/zh/models/yolov8/
Beta Was this translation helpful? Give feedback.
All reactions