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

People Counting in Darkflow #629

Open PSKAdam opened 6 years ago

PSKAdam commented 6 years ago

Hi, does anyone have any idea how to count the number of people using DarkFlow so that all the people detected in my picture can be counted with numbers. e.g. person1, person2, etc? I only want to count the number of people...thanks if you can help

alan-jqwang commented 6 years ago

I am also curious on counting the objects. Any idea?