Python scripts using the Mediapipe models for Halloween.
Mainly for fun. But this repository also includes useful examples for things like image transformations (affine), image overlapping, model inference...
git clone https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples
cd Mediapipe-Halloween-Examples
pip install -r requirements.txt
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
- Skeleton Pose:
python webcamSkeletonPose.py
- Halloween background:
python webcamHalloweenBackground.py
- Exorcist Face Mesh:
python webcamFaceMeshExorcist.py
- Pumpkin face:
python webcamPumpkinFace.py
- Fire Hair:
python webcamFireHair.py
Check the header in each of the scripts for the references for each model.