arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

using the CNN face detector on video #24

Closed nyck33 closed 4 years ago

nyck33 commented 5 years ago

if anyone is interested, I have this currently running in Colab: https://github.com/nyck33/anonymous_face/blob/master/profile_faces_dlib_cnn_video.ipynb

It should work but I'll update later.