-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
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
Mise en place dossier vidéo #11869
base: master
Are you sure you want to change the base?
Mise en place dossier vidéo #11869
Conversation
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Hello @ptardien91, thank you for submitting a YOLOv5 🚀 PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
- ✅ Verify your PR is up-to-date with
ultralytics/yolov5
master
branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by runninggit pull
andgit merge master
locally. - ✅ Verify all YOLOv5 Continuous Integration (CI) checks are passing.
- ✅ Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." — Bruce Lee
👋 Hello there! We wanted to let you know that we've decided to close this pull request due to inactivity. We appreciate the effort you put into contributing to our project, but unfortunately, not all contributions are suitable or aligned with our product roadmap. We hope you understand our decision, and please don't let it discourage you from contributing to open source projects in the future. We value all of our community members and their contributions, and we encourage you to keep exploring new projects and ways to get involved. For additional resources and information, please see the links below:
Thank you for your contributions to YOLO 🚀 and Vision AI ⭐ |
@ptardien91 salut! Pour mettre en place un dossier vidéo, tu peux suivre les instructions dans la documentation officielle de YOLOv5 sur https://docs.ultralytics.com/yolov5 sous la section "Video Datasets". Si tu as d'autres questions, n'hésite pas à demander! |
I have read the CLA Document and I sign the CLA 2 out of 3 committers have signed the CLA. |
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
📊 Key Changes
detect2.py
anddetect3.py
. These scripts presumably contain similar functionalities to the existingdetect.py
but with some modifications tailored for different use cases or setups.data/scripts
have changed from mode100755
to100644
, which means they are no longer executable by default but still readable and writable by the owner.🎯 Purpose & Impact
detect2.py
anddetect3.py
scripts likely offer additional or altered detection capabilities for processing images and videos, which may include various source inputs and format support.🌟 Summary
New specialized detection scripts were introduced in the Ultralytics YOLOv5 repository, enhancing the toolbox for handling different data sources and formats. 🛠️✨