posedr 0.0.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

posedr 0.0.1

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.