obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 174 forks source link

Running this code for realtime prediction #18

Closed Zumbalamambo closed 6 years ago

Zumbalamambo commented 6 years ago

How do I run this code for detecting person in a realtime camera?

obendidi commented 6 years ago

in the ReadMe file it is stated that :

Edit Flags in run.py following your configuration : demo : path to video file to use, set to "camera" if you wish to use your camera

so just connect your camera and set the FLAGS.demo = "camera"