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

https://github.com/nikhilroxtomar/human-face-segmentation-in-tensorflow

This repository contains the code for Multiclass Segmentation on the human faces using Landmark Guided Face Parsing (LaPa) dataset in TensorFlow.
https://github.com/nikhilroxtomar/human-face-segmentation-in-tensorflow

multiclass-segmentation tensorflow tensorflow-segmentation

Last synced: about 1 month ago
JSON representation

This repository contains the code for Multiclass Segmentation on the human faces using Landmark Guided Face Parsing (LaPa) dataset in TensorFlow.

Awesome Lists containing this project

README

        

# Human Face Segmentation in TensorFlow

This repository contains the code for `Multiclass Segmentation` on the human faces using `Landmark Guided Face Parsing` (LaPa) dataset.



**YouTube Tutorial:** [Human Face Segmentation using UNET in TensorFlow](https://youtu.be/yUOlLd-8jng)

# Dataset
The LaPa dataset contains the training, validation and testing dataset. Each dataset have images, segmentation mask and the 106 human facial key points.


Download the dataset: [Landmark Guided Face Parsing (LaPa)](https://github.com/JDAI-CV/lapa-dataset)

Dataset paper: [A New Dataset and Boundary-Attention Semantic Segmentation for Face Parsing](https://aaai.org/ojs/index.php/AAAI/article/view/6832/6686)

Original Image | Grayscale Mask | RGB Mask
:-------------------------:|:-------------------------:|:-------------------------:
![](img/image.jpg) | ![](img/grayscale_mask.png) | ![](img/rgb_mask.png)

The following models are used:
- [UNET](https://arxiv.org/abs/1505.04597)

## Contact:
For more follow me on:

- YouTube
- Facebook
- Twitter
- Instagram
- Telegram