ultralytics / yolo-flutter-app

A Flutter plugin for Ultralytics YOLO computer vision models
https://ultralytics.com
GNU Affero General Public License v3.0
70 stars 29 forks source link

Yolo v8 tracking #18

Closed sarvesh2318 closed 4 months ago

sarvesh2318 commented 5 months ago

In ultralytics yolo we have tracking also, in this flutter plugin we may can expect for tracking.

pderrenger commented 5 months ago

Hello! 👋

Glad to see your interest in YOLO v8 tracking! Currently, Ultralytics focuses primarily on detection models, and tracking features are not built directly into YOLO v8. For tracking integration, it's often combined with separate tracking algorithms like DeepSORT or SORT post-detection.

For direct implementation in a Flutter plugin, it would require handling the detection outputs from YOLO v8 and then applying a tracking algorithm on those detections. While we don't provide a specific Flutter plugin or tracking algorithm, you can explore adapting existing tracking solutions to work with the detection output from YOLO v8 models.

For more insights into YOLO and how to work with the models, don't forget to check our documentation at https://docs.ultralytics.com.

Feel free to share more details or ask if you have further queries!

Happy coding! 🚀

github-actions[bot] commented 4 months ago

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO 🚀 and Vision AI ⭐