Replies: 2 comments
-
@Jadams29 I watched the video attached to your question and it is similar what I want to do. Could you explain, how did you track the objects for multiple camera by using this repository? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a trained YOLO model that I am loading. My issue is keeping the same IDs for detections over various frames.
I have combined my 4 sensors data into a single video. This allows me to run StrongSORT on a singular image rather than 4 separate. I tried running on 4 separate and each time a frame was processed no detections from StrongSORT were made. I get that this could be part of the many parameters StrongSORT such as max distance or max IOU distance. I have tried many variations of parameters and they do not seem to make much, if any difference.
My next idea was to process all four frames and in some fashion combine their feature vectors. Such that all features vectors for vehicle A would be some combination of the vectors from each frame. Then keep a running combination of previous feature vectors and new ones until the age is met.
I would appreciate any suggestions to resolve this issue.
ok my video is not loading...
https://vimeo.com/755981733
Beta Was this translation helpful? Give feedback.
All reactions