Add tqdm progress bar to predict function #19186
Replies: 1 comment
-
👋 Hello @rebeccageowatch, thank you for sharing your suggestion regarding adding a tqdm progress bar to the If your post relates to a 🐛 Bug Report, please provide a minimum reproducible example to help us assess the behavior you’re describing. This would let us better understand how the current progress indication works in your usage scenario. If this is a ❓ Feature Suggestion or Custom Use Case, thank you for the feedback! While we cannot implement all suggestions immediately, your input helps us prioritize improvements. Make sure you're using the most up-to-date version of the pip install -U ultralytics To ensure proper setup, here's an overview of supported environments: EnvironmentsYou can run YOLO in any of the following verified GPU-enabled environments:
Get InvolvedIn the meantime, feel free to join the growing Ultralytics community for discussions and real-time interaction:
StatusIf this badge is green, all Ultralytics CI tests are passing. These tests ensure YOLO's consistent behavior across macOS, Windows, and Ubuntu. ✨ This is an automated response to assist you faster while our team reviews your suggestion. An Ultralytics engineer will follow up soon. Thank you for being a part of our journey toward creating cutting-edge AI solutions! 🚀 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I use Yolo v11 for task=classify and I have not found anywhere how to do it nor this suggestion in the ideas forum.
Currently with yolo v11 the predict function prints the progress for each image if verbose=True. However with a lot of images it is not optimal to let verbose=True. It would be better to have the possibility to show progress with a tqdm bar.
Beta Was this translation helpful? Give feedback.
All reactions