An open API service indexing awesome lists of open source software.

https://github.com/cserajdeep/facealignmentmtcnn

Python code to detect human face using MTCNN and align it accordingly
https://github.com/cserajdeep/facealignmentmtcnn

face-alignment mtcnn mtcnn-face-detection opencv python

Last synced: 2 months ago
JSON representation

Python code to detect human face using MTCNN and align it accordingly

Awesome Lists containing this project

README

          

Install the MTCNN face detector for Keras in Python3.4+ (https://pypi.org/project/mtcnn/)


$pip install mtcnn

Source folder: src21
Destination folder: out_imgs

# FaceAlignmentMTCNN
Python code to detect human face using MTCNN and align it accordingly