-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Yolov5 last version - architecture explanation #5541
Comments
@besmaGuesmi yes I'm sorry we don't have a publication out yet, but the best place to start learning is to read the first 3 YOLO papers for v1-v3 by Redmon here: |
Hi @glenn-jocher thank you for your reply! where can I find the internal architecture of C3/SPPF of Yolov5n? I really need to understand it! Thanks |
@besmaGuesmi SPPF was introduced in v6.0 and is simply a faster (i.e. better implemented, eliminates redundant ops) version of SPP, the outputs are mathematically identical. See PR #4420 C3 was introduced in v4.0, it is an CSPBottleneck() layer with one of the 4 main convolutions removed, i.e. hence the name '3', bringing additional architecture simplification. See https://github.com/ultralytics/yolov5/tree/v4.0 |
Thank you! |
Hi, @glenn-jocher I designed this architecture as SPPF according to the link that you sent me, I would check with you if there are any missing details. Thanks |
Great! Thank you @glenn-jocher |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
Search before asking
Question
Hi! I'm trying to understand how the last Yolo version works layer by layer from backbone to detect, currently, I'm using Yolov5n as my model, unfortunately, until now I didn't find any paper to help me to understand more the architecture, all the guides talked only about the function of each part but they didn't explain how the architecture work layer by layer and the function of each layer! Does any help please to understand all the architectural details?
Thanks.
Additional
No response
The text was updated successfully, but these errors were encountered: