Skip to content

Python scripts to detect and segment face using opencv, pixellib. Separate scripts for face detction and instance segmentation using Mask R-CNN and Xception-65.

Notifications You must be signed in to change notification settings

Ashish-Abraham/Live-Face-Detection-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live-Face-Detection-Segmentation

Python scripts to detect and segment face using opencv, pixellib. Separate scripts for face detction and instance segmentation using Mask R-CNN and Xception-65.

Model Used

Working

Detects coordinates of face using built-in cascade classifier in opencv. The image is cropped and passed to state of the art neural networks to mask and segment face and objects. Takes input in real-time from webcam.

Use

  • Download models from the links above and save to directory Models.
  • Download required Python libraries.
  • Run the required python script.

About

Python scripts to detect and segment face using opencv, pixellib. Separate scripts for face detction and instance segmentation using Mask R-CNN and Xception-65.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages