A package for counting BLOB objects
Project description
What is Yoga-Pose-Checker
Yoga Pose Checker is a python program that determines if the correct yoga pose is being performed. If the yoga pose is correct, a sound is emitted, and if the pose is incorrect, the sound stops.
The program uses Mediapipe's Pose Landmarker, which recognizes the joints of the person in the image and outputs 33 landmarks. In this case, the image of the person in the tree pose was loaded as the correct yoga pose and the coordinates of the 33 landmarks were output. Next, the Euclidean distance between the landmark of the person in the camera and the landmark in the loaded image is calculated, and if the Euclidean distance is less than 1, the system sounds a sound as if the pose is close to the model.
How to install Yoga-Pose-Checker
$ pip install opencv-python
$ pip install mediapipe
$ pip install numpy
$ pip install playsound
How to play Yoga-Pose-Checker
Stand in a position where the camera captures your entire body from head to toe and perform yoga poses.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yoga-pose-checker-0.0.1.tar.gz.
File metadata
- Download URL: yoga-pose-checker-0.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d0d672abffb68c011275cb76d872149c11b1d0f45d7f085d32c6c9143b40385
|
|
| MD5 |
93dc7a87699917ea54a773a74b12c3b2
|
|
| BLAKE2b-256 |
2c30f955838ca7bb74daf1eaab85c1b7901c304b5a5983f90dc8db415fd881ec
|
File details
Details for the file yoga_pose_checker-0.0.1-py3-none-any.whl.
File metadata
- Download URL: yoga_pose_checker-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29fd5d8eb341588c22ffa24d34af53bc2be633bc44f4a10bb2e1bbd64e73bf41
|
|
| MD5 |
0e4d2fd6b90399bf622b74e888b003d7
|
|
| BLAKE2b-256 |
0003078f31cefde3dd1b3a21386c6e3dc5053c1d260a1b6501fea72c08c583f4
|