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
- Host: GitHub
- URL: https://github.com/cserajdeep/facealignmentmtcnn
- Owner: cserajdeep
- Created: 2021-03-12T19:55:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T20:00:29.000Z (over 5 years ago)
- Last Synced: 2025-03-27T22:39:54.668Z (about 1 year ago)
- Topics: face-alignment, mtcnn, mtcnn-face-detection, opencv, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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