zero-shot-object-tracking icon indicating copy to clipboard operation
zero-shot-object-tracking copied to clipboard

How to count the number of objects with this tracker

Open ghost opened this issue 4 years ago • 1 comments

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

ghost avatar Oct 06 '21 17:10 ghost

len(tracker.tracks) would give number of active tracks for a particular frame

SibiAkkash avatar Feb 07 '22 07:02 SibiAkkash