Skip to content

A python script that extract faces in a video or using camera by live streaming

Notifications You must be signed in to change notification settings

pouriamdr/Video-Face-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video-Face-Extractor

A python script that extract faces in a video or using camera by live streaming.

Goal

The goal is to detect human face from video or computer's camera and extract them into faces folder.
Note:Repeated face is not allowed to extract.

How to use

Download whole project and extract it. In root directory of project open terminal and run:

For extract faces from computers camera
python3 main.py camera0 
# or
# python3 main.py camera1

For extrac faces from a video file
python3 main.py video_test.mp4
# python3 main.py path_to_video_file_name



You can compaire this project with FSR project(also it's in my repo) to create a fully functional application.

About

A python script that extract faces in a video or using camera by live streaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages