diff --git a/README.md b/README.md index 1c25169..7d200da 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ Most of the models were taken from Mediapipe: https://google.github.io/mediapipe # Examples + * **Skeleton Pose**: + + ![Mediapipe Skeleton Pose](https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples/blob/main/doc/img/skeleton.gif) + ``` + python webcamSkeletonPose.py + ``` + * **Halloween background**: ![Mediapipe Halloween background](https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples/blob/main/doc/img/halloween_background.gif) @@ -22,6 +29,13 @@ Most of the models were taken from Mediapipe: https://google.github.io/mediapipe python webcamHalloweenBackground.py ``` + * **Exorcist Face Mesh**: + + ![Mediapipe Exorcist Face Mesh](https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples/blob/main/doc/img/exorcist.gif) + ``` + python webcamFaceMeshExorcist.py + ``` + * **Pumpkin face**: ![Mediapipe Pumpkin face](https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples/blob/main/doc/img/pumpkin_face.gif) @@ -36,19 +50,8 @@ Most of the models were taken from Mediapipe: https://google.github.io/mediapipe python webcamFireHair.py ``` - * **Exorcist Face Mesh**: - - ![Mediapipe Exorcist Face Mesh](https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples/blob/main/doc/img/exorcist.gif) - ``` - python webcamFaceMeshExorcist.py - ``` - * **Skeleton Pose**: - ![Mediapipe Skeleton Pose](https://github.com/ibaiGorordo/Mediapipe-Halloween-Examples/blob/main/doc/img/skeleton.gif) - ``` - python webcamSkeletonPose.py - ``` # References: Check the header in each of the scripts for the references for each model.