Add tqdm progress bar for image datasets and improve CLI help in detect.py #IEEESOC#13605
Add tqdm progress bar for image datasets and improve CLI help in detect.py #IEEESOC#13605U-m-4r wants to merge 1 commit intoultralytics:masterfrom
Conversation
|
All Contributors have signed the CLA. ✅ |
|
👋 Hello @U-m-4r, thank you for submitting an Please review the following checklist to ensure a smooth integration of your enhancements:
For more details, please refer to our Contributing Guide. If you have any questions, feel free to comment here. Thanks for helping make YOLOv5 even better! 🎉🛠️ |
|
I have read the CLA Document and I sign the CLA |
|
@glenn-jocher At least 1 approving review is required :) |
|
@glenn-jocher kindly review... |
|
👋 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 ⭐ |
This PR enhances the user experience of [detect.py] by:
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This update adds a progress bar for image processing and improves the command-line help for YOLOv5 detection, making the tool more user-friendly. 🚀
📊 Key Changes
tqdm) when processing images, showing real-time progress.🎯 Purpose & Impact