Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we have a paper for yolov5? #11381

Closed
1 task done
Shanky71 opened this issue Apr 18, 2023 · 6 comments
Closed
1 task done

Do we have a paper for yolov5? #11381

Shanky71 opened this issue Apr 18, 2023 · 6 comments
Labels
question Further information is requested Stale

Comments

@Shanky71
Copy link

Search before asking

Question

I tried searching for the yolov5 paper but couldn't find it anywhere. Do we have a published paper for it. I have to cite it in my thesis.

Additional

No response

@Shanky71 Shanky71 added the question Further information is requested label Apr 18, 2023
@glenn-jocher
Copy link
Member

@Shanky71 the YOLOv5 paper has not been published in a peer-reviewed scientific journal as it was not submitted for peer review. However, you can find detailed information about YOLOv5 architecture and its training methods in the Ultralytics YOLOv5 documentation, which includes a link to the technical report on the YOLOv5 algorithm: https://docs.ultralytics.com/yolov5.

@Shanky71
Copy link
Author

@glenn-jocher Thanks for the help. Can I cite this doc too? Like you have a bibTex file for this documentation?

@glenn-jocher
Copy link
Member

@Shanky71, yes, you can cite the Ultralytics YOLOv5 documentation in your thesis. You can find the citation format for the documentation in the "Citation" section of the documentation homepage (https://docs.ultralytics.com/yolov5/#citation) which includes a BibTeX file for easy reference. The BibTeX entry for citing the Ultralytics YOLOv5 documentation looks like this:

@misc{ultralytics2021yolov5,
  author = {Ultralytics},
  title = {{YOLOv5}: {A} state-of-the-art real-time object detection system},
  year = {2021},
  howpublished = {\url{https://docs.ultralytics.com}},
  note = {Accessed: insert date here}.
}

Please replace "insert date here" in the "note" field with the date you accessed the documentation.

@Kejia928
Copy link

Hi @glenn-jocher, Could I ask is there have any different between yolov5s and yolov5l's model architecture? Because I see the Docs only describes the yolov5l's model architecture.

@github-actions
Copy link
Contributor

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

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 YOLO 🚀 and Vision AI ⭐

@github-actions github-actions bot added the Stale label May 21, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 31, 2023
@glenn-jocher
Copy link
Member

@Kejia928, the architecture of YOLOv5s and YOLOv5l differs in terms of size and capacity. While the documentation currently describes the YOLOv5l model architecture in detail, you can still use that information as a reference for understanding the overall architecture of YOLOv5. The main difference between YOLOv5s and YOLOv5l lies in the number of layers and model capacity, which directly impacts the trade-off between speed and accuracy. If you need specific details regarding YOLOv5s, please feel free to ask and I will be happy to assist you further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale
Projects
None yet
Development

No branches or pull requests

3 participants