Open JohnAsath opened 1 week ago
π Hello @JohnAsath, thank you for your interest in Ultralytics π! We recommend exploring our Docs where you can find detailed guidance on various tasks, including detection and tracking, as well as Python and CLI usage examples. Many of the most common questions are addressed there!
If this is a π Bug Report, please provide a minimum reproducible example to help us debug it.
If this is a custom training or tracking β Question, please include as much information as possible about your setup, such as your training command, how your data is structured, and any logs or errors you are encountering. For tracking-specific tasks, ensure your data adheres to the tracking dataset format.
For assistance with tracking-related questions specifically:
task=detect
to task=track
changes the behavior to track object movements across frames. See the Tracking Guide for more information.Join the Ultralytics community where it suits you best for more help and discussions. For real-time support, check out Discord π§. Prefer more in-depth conversations? Visit our Discourse. Or share knowledge and questions with others on our Subreddit π.
Upgrade to the latest ultralytics
package to ensure youβre working with the most up-to-date features and fixes. Install it in a Python>=3.8 environment with:
pip install -U ultralytics
YOLO, including tracking tasks, runs seamlessly in the following environments with dependencies (e.g., CUDA/CUDNN, Python, PyTorch) pre-installed:
If this badge is green, all Ultralytics CI tests are currently passing. CI tests ensure proper operation of YOLO for all Modes and Tasks across macOS, Windows, and Ubuntu.
This is an automated response to help guide you πΎ. An Ultralytics engineer will review your issue and provide personalized assistance as soon as possible. Stay tuned! π
detect
based on the model being trained.
Search before asking
Question
instead of task = detect, task=track what will happen?
Additional
No response