models/yolov5/ #10054
Replies: 7 comments 23 replies
-
My questions (as of 12th April 2024) is whether there is any documentation regarding the Yolov5u model. The description on this page states that the Yolov5u incorporates the objectness-free split head into the Yolov5 architecture. Is there any further documentation on this model? The Yolov5 GitHub doesn't seem to present this model anywhere. While the page of v7.0 update only describes the introduction of segmentation. Is there any resource going into more detail into this specific release of the model? I see there is also documentation regarding the architecture of the Yolov5 v6.1/6.0 model (link below for reference). Is the Yolov5u an adaptations of that architecture? If so which part is changed? Github: https://github.com/ultralytics/yolov5 |
Beta Was this translation helpful? Give feedback.
-
Good Content! I want to ask something. Is it possible to use yolov5u for Classification purposes? |
Beta Was this translation helpful? Give feedback.
-
Can still use yolov5su.pt with YOLO from ultralytics pip package which is mentioned in the above docs? |
Beta Was this translation helpful? Give feedback.
-
I would like to know about the training process of the YOLOv5 model. Specifically, is it trained on the entire COCO dataset? Thank you! |
Beta Was this translation helpful? Give feedback.
-
1.Does the kaggle dataset have a label file also?
2.How can i fine tune the model ,is there any built in library
through which i could fine tune it.
…On Sun, 22 Sept 2024 at 13:12, Glenn Jocher ***@***.***> wrote:
@MadhavKrishna1 <https://github.com/MadhavKrishna1> yOLOv5 models are
indeed trained on the full COCO dataset, which includes 80 classes. For
additional datasets similar to COCO, you might explore open-source
repositories or platforms like Kaggle. Fine-tuning with your specific
images should enhance performance on your target data.
—
Reply to this email directly, view it on GitHub
<#10054 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCVBHHUR2WRPYUK46RYYFGTZXZYHRAVCNFSM6AAAAABGG3IMDCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZRGY3DGMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
hey ,i am trying to train yolov5nu on a custom dataset that is specifically for drone detection ,every time i train using this model ,i notice that my model overfits and gives a very very high unreal accuracy , but when i train on a different model like yolov5n that problem seem to not be found ,any idea why is that happening |
Beta Was this translation helpful? Give feedback.
-
Hi can we use yolov5nu.pt for training on my own dataset and then use the trained model for commercial use where I can build an application over it |
Beta Was this translation helpful? Give feedback.
-
models/yolov5/
Discover YOLOv5u, a boosted version of the YOLOv5 model featuring an improved accuracy-speed tradeoff and numerous pre-trained models for various object detection tasks.
https://docs.ultralytics.com/models/yolov5/
Beta Was this translation helpful? Give feedback.
All reactions