mikel-brostrom / yolo_tracking

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Counter to count the classes detected

arbaazglobant opened this issue · comments

Search before asking

  • I have searched the Yolov8 Tracking issues and found no similar enhancement requests.

Description

Add a functionality that counts the number of object in each frame by frame. also dont keep updating the counter based on the ids or detected object but keep the counter separate just based on the object detected in each frame.

Use case

So we can count the objects throughout the entire video

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
commented

To implement this for all trackers in an easy way. It requires a common inherited superclass for all the trackers which is not in place at the moment. But I agree, this would be nice. Then both counting and plotting could be implemented easily for al the trackers.

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
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!