You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
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
The text was updated successfully, but these errors were encountered: