thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

How to count detected object? #951

Open msarfrazcss opened 5 years ago

msarfrazcss commented 5 years ago

Hi,

I have trained my model for single class, i want to count the object detected in webcam, means it should count unique object, if same object detecting in frame then it should count as one until it leave the frame. Anyone can tell me please to do so.

Thanks in advance.

alexandrofuentelzas commented 5 years ago

Interested in finding out how to do this as well does anyone know?