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

Mise en place dossier vidéo #11869

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

ptardien91
Copy link

@ptardien91 ptardien91 commented Jul 16, 2023

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

📊 Key Changes

  • Added two new detection scripts: detect2.py and detect3.py. These scripts presumably contain similar functionalities to the existing detect.py but with some modifications tailored for different use cases or setups.
  • File permission changes: Some shell scripts in data/scripts have changed from mode 100755 to 100644, which means they are no longer executable by default but still readable and writable by the owner.

🎯 Purpose & Impact

  • The detect2.py and detect3.py scripts likely offer additional or altered detection capabilities for processing images and videos, which may include various source inputs and format support.
  • The changes in file permissions could be for security reasons, to reduce the risk of executing untrusted scripts, or simply to align with a repository standard.
  • These new scripts may contain different functionalities or improvements that could benefit users who need tailored detection features.

🌟 Summary

New specialized detection scripts were introduced in the Ultralytics YOLOv5 repository, enhancing the toolbox for handling different data sources and formats. 🛠️✨

Copy link
Contributor

@github-actions github-actions bot left a 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 running git pull and git 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

@github-actions
Copy link
Contributor

👋 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 ⭐

@github-actions github-actions bot added the Stale label Oct 15, 2023
@glenn-jocher
Copy link
Member

@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!

@github-actions github-actions bot removed the Stale label Nov 15, 2023
Copy link
Contributor

github-actions bot commented Apr 9, 2024


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I sign the CLA


2 out of 3 committers have signed the CLA.
✅ (glenn-jocher)[https://github.com/glenn-jocher]
✅ (UltralyticsAssistant)[https://github.com/UltralyticsAssistant]
@ptardien91
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants