Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaiGorordo authored Oct 31, 2021
1 parent 8276fd7 commit 7579b0e
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,27 @@ 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)
```
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)
Expand All @@ -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.

0 comments on commit 7579b0e

Please sign in to comment.