Python script to search people in videos. Takes a video and facial image as input and outputs whether the face was found in the video along with more information like time, duration, et al.
- python2
- dlib
- opencv
- avconv
All codes are tested in a container built from Ubuntu 14.04 CPU image downloaded from floydhub(see link below)
- Download all the required weight files from drive and copy them in the directory containing demo.py
- Run python demo.py -v full/path/to/video -i full/path/to/image