Seungeun-Han / Masked-LFW-Dataset-Mask-Parsing

This repository contains code for applying our face parsing technology to the Masked LFW Dataset. Our algorithm accurately identifies masked regions and sets their pixel values to 0, effectively segmenting the face from the mask. It is an essential step towards advanced facial recognition tasks in masked images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Masked-LFW-Dataset-Mask-Parsing

This repository contains code for applying our face parsing technology to the Masked LFW Dataset. Our algorithm accurately identifies masked regions and sets their pixel values to 0, effectively segmenting the face from the mask. It is an essential step towards advanced facial recognition tasks in masked images.


Masked-LFW-Dataset

MLFW: A Database for Face Recognition on Masked Faces

, Chengrui Wang and Han Fang and Yaoyao Zhong and Weihong Deng.

You can download this dataset in here.

1


Face_Parsing

We utilize our own Face Parsing Model, This.

Setting

  • Input Size: 112 X 112

Train_Dataset

2
  • Korean Mask Dataset (Our Own)

Algorithm

We employ this face parsing model to locate the mask regions within the images. Upon identification, the pixel values of these mask areas are set to zero, effectively segmenting and removing the mask from the images. This process allows us to analyze the facial features without the obstruction of the masks.


Results

This image illustrates the results of a face parsing technology applied to photographs of people wearing masks. Each row contains three images:

  1. The left column shows the original face photos with masks on.

  2. The middle column displays the detected mask regions, outlined in black against a white background. This binary mask representation is used for segmenting specific parts of the face.

  3. The right column presents the outcome after the mask region has been removed (or set to 0), making it appear as if the mask is not present on the original photo.

These images demonstrate the application of facial parsing technology in computer vision, capable of accurately identifying and eliminating the portions covered by masks. Such technology is particularly crucial in fields like security systems, facial recognition software, or medical image analysis.


Copyrights

Copyright (c) 한승은. All rights reserved.

hse@etri.re.kr

About

This repository contains code for applying our face parsing technology to the Masked LFW Dataset. Our algorithm accurately identifies masked regions and sets their pixel values to 0, effectively segmenting the face from the mask. It is an essential step towards advanced facial recognition tasks in masked images.


Languages

Language:Python 100.0%