Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiclass tracking #169

Open
manish-sharma-attri opened this issue Mar 16, 2023 · 3 comments
Open

multiclass tracking #169

manish-sharma-attri opened this issue Mar 16, 2023 · 3 comments

Comments

@manish-sharma-attri
Copy link

hello everyone
i tried this repo with yolov7 which gives awesome result but i am only able to track one person at a time
i wanna to track every person at one time of frame in a video file
thanks in advance

@bwsw
Copy link

bwsw commented May 13, 2023

@Mechazo11
Copy link

Mechazo11 commented May 19, 2023

@TheHemanUltra can you post your code? My experience with Dr. @abewley SORT algorithm was that it should be able to track all instances of one class. Prior to calling sort.track() function, you may have to filter out detections belonging to "person" class first before passing that array to the .track() function

@bwsw
Copy link

bwsw commented May 19, 2023

@TheHemanUltra, what you are experiencing doesn't relate to multi-class tracking. It is multi-object tracking, and SORT handles that normally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants