The character's ID changed after a brief loss #1721
Replies: 2 comments 2 replies
-
code: import numpy model = YOLO("yolo11n.pt") def callback(frame: numpy.ndarray, _: int) -> numpy.ndarray:
supervision.process_video( |
Beta Was this translation helpful? Give feedback.
-
Hi @DreamerYinYu 👋 This is a flaw of the One non-guaranteed solution is to play around with the minimum matching threshold. If not, ReID and BotTrack are solutions that could help, but we don't have them implemented yet. Lastly, SAM2 is absolutely astonishing at tracking, but you typically need prerecorded videos. Edit: SAM can be read into supervision with |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Question
Hello, I am using supervision ByteTrack, in the video, the male ID is 2 and the female ID is 3. However, when the female continues to move forward and the ID is lost, when it is detected again, the female ID is no longer 3, and the male and female IDs alternate. What should I do?Thank you
Male ID: 2
Girl ID: 3
Male ID: 3
Female ID: 2
Additional
No response
Beta Was this translation helpful? Give feedback.
All reactions