Closed TestPrab closed 1 year ago
I am having the same problem, no confirmation at all. I have tried to change the DeepSort
parameters, but nothing changed.
A track needs to be associated to a detection n_init
times (default n_init=3
), meaning you need to go through at least 3 frames of your video first.
Yes, my video is 30 fps, the code is pretty much the same as above with the exception that I am using the default embedder. I have played around with this three arguments with no results max_iou_distance=0.9, n_init=3, max_age=30
. It is a Tennis game, nothing super complicated from my point of view. And I have waited for more than three frames.
Detections are made perfectly with YOLO8, I can filter through person
class, but confirmation never reach.
Hello, After going back into my code, I found that I had an implementation error, I correct it and now it is working as a charm. If you have a similar problem described here, Id recommend taking a brake and looking at your code again.
Great, thanks for your input @raulperezalejo!
@raulperezalejo can you please inform us what "implementation error" you had?
I was able to get the bounding boxes properly, and even put them in the format required yet I keep getting
track.is_confirmed()
as false, is there something that I am missing ?