Project Title
Pose Detection Python Package
Installation
Install my-project with npm
pip install pose-detection
Demo
from posedr import run_pose_detection
Run pose detection with default parameters
run_pose_detection()
You can also customize the parameters
run_pose_detection(mode=True, smooth=False, detectionCon=0.7, trackCon=0.8)
Parameters:
mode (bool, optional): Set to True for static image mode. Default is False.
smooth (bool, optional): Enable landmark smoothing. Default is True.
detectionCon (float, optional): Minimum detection confidence threshold. Default is 0.5.
trackCon (float, optional): Minimum tracking confidence threshold. Default is 0.5.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Release files for posedr 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| posedr-0.0.1.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| posedr-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:6.4 kB
Release files / posedr-0.0.1.tar.gz
| Download URL | posedr-0.0.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5b57ac8f34b6a7b37156ac00c4c290072adedd757eb7a2c84bf8c1665252df6a
|
|
BLAKE2b-256 checksum How to use checksums |
3329dd3b272d1fce361ae277993bb2a8025d6bad39e5b9cda4f83a73a4540adf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / posedr-0.0.1-py3-none-any.whl
| Download URL | posedr-0.0.1-py3-none-any.whl |
|---|---|
| Size | 3.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bb46249cccaa6adb1e962de1ae00d0f5e4c99b5aa8edf0691fb1836ee1c1078a
|
|
BLAKE2b-256 checksum How to use checksums |
8cf40a96b687e8a1d454a1420e691115a850df1f5e04524061163affa9e2a7b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|