davidmilsky/Face-Mask_Inpainting
Face-mask Inpainting (unmasking masked face)
This tool helps restore the original appearance of faces in images where masks obscure features. You input an image with a masked face, and it generates a version of that same face with the mask removed and the underlying features reconstructed. This is useful for anyone needing to analyze or utilize facial imagery where masks are present, such as in forensics, identity verification, or historical archiving.
No commits in the last 6 months.
Use this if you need to digitally 'unmask' faces in photographs to reveal the hidden facial features.
Not ideal if you require absolute photographic authenticity or are dealing with extremely low-resolution or heavily obscured images.
Stars
20
Forks
8
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 16, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/davidmilsky/Face-Mask_Inpainting"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
TencentARC/GFPGAN
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
bamos/dcgan-completion.tensorflow
Image Completion with Deep Learning in TensorFlow
MathiasGruber/PConv-Keras
Unofficial implementation of "Image Inpainting for Irregular Holes Using Partial Convolutions"....
leehomyc/Faster-High-Res-Neural-Inpainting
High-Resolution Image Inpainting using Multi-Scale Neural Patch Synthesis
yu4u/cutout-random-erasing
Cutout / Random Erasing implementation, especially for ImageDataGenerator in Keras