shaungehring.com
UPTIME 30Y 04M 12DLAT 47.6062°NLON 122.3321°W
SYS ONLINEMODE PUBLIC
> shaun@home:~/open-source$
./home./blog./resume./media./music./books./open-source
AVAILABLE FOR CONSULT
← /open-source/bulk-video-facial-detection

bulk-video-facial-detectionbulk-video-facial-detectionbulk-video-facial-detection

shaungehring/bulk-video-facial-detection
Detect and store faces from bulk videos
// SYSTEM_DIAGNOSTICS
STARS0
FORKS0
WATCHERS1
ISSUES0
SIZE742 KB
LICENSENONE
README0x21

Bulk Face Detection

This script will look at a directory of videos and try to detect all of the faces in that video. It will save each face into a 'all_frames' directory.

Usage

Install the requirements

pip install -r requirements.txt

Create Project

python detector.py create-project

This will create a project with folders to store videos for processing and face/person storage

(Optional) Download Test videos

python detector.py download-videos

This will download all of the Parlor archived videos from January 6, 2021 at the Capitol. You can also just create a videos folder and fill it with your own.

Detect Faces

python detector.py detect-faces

This will process all videos in the folder and look for frontal and profile faces and put them in the all_frames folder it creates.

Upcoming

I am looking to add facial grouping, or comparing the pictures to find the same faces throughout.

LANG_DISTRIBUTION0x22
Python100.0%
COLLABORATORS0x23
META0x25
CREATED2021.01.14
UPDATED2021.01.15
BRANCHMASTER
LICENSE