Open ghost opened 3 years ago
Hi, I hope you are doing well it's a great contribution. I want to use this tracker to count the number of objects in frames How can I do that? Please help me with that
len(tracker.tracks) would give number of active tracks for a particular frame
len(tracker.tracks)
Hi, I hope you are doing well it's a great contribution. I want to use this tracker to count the number of objects in frames How can I do that? Please help me with that