ibaiGorordo / Mediapipe-Halloween-Examples

Python scripts using the Mediapipe models for Halloween.
MIT License
41 stars 9 forks source link
mediapipe mediapipe-face-detection mediapipe-facemesh mediapipe-hair mediapipe-models mediapipe-pose opencv python

Mediapipe-Halloween-Examples

Python scripts using the Mediapipe models for Halloween.

WHY

Mainly for fun. But this repository also includes useful examples for things like image transformations (affine), image overlapping, model inference...

Installation

git clone https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples
cd Mediapipe-Halloween-Examples
pip install -r requirements.txt

Original models

Most of the models were taken from Mediapipe: https://google.github.io/mediapipe/solutions/solutions.html. However, the hair segementation model is not currently suppoeted in Python, instead the model from Kazuhito00's repository was used: https://github.com/Kazuhito00/Skin-Clothes-Hair-Segmentation-using-SMP

Examples

References:

Check the header in each of the scripts for the references for each model.