yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

Multiple cameras #18

Closed masterug3 closed 6 years ago

masterug3 commented 6 years ago

Hi! Can you teach me/show me the code on how I can run this using multiple video sources using multiple cv2.VideoCapture() commands?

yeephycho commented 6 years ago

Just use multiple process, or you can write mutli-thread program according to your own requirement. Not hard but I cannot teach you.