# Project Title
Pose Detection Python Package
## Installation
Install my-project with npm
```bash
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.
Raw data
{
"_id": null,
"home_page": "",
"name": "posedr",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "Human pose estimation,Body tracking,Image processing",
"author": "Karthikeyan",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/33/29/dd3b272d1fce361ae277993bb2a8025d6bad39e5b9cda4f83a73a4540adf/posedr-0.0.1.tar.gz",
"platform": null,
"description": "\r\n# Project Title\r\n\r\nPose Detection Python Package\r\n\r\n\r\n## Installation\r\n\r\nInstall my-project with npm\r\n\r\n```bash\r\n pip install pose-detection\r\n```\r\n \r\n## Demo\r\n\r\nfrom posedr import run_pose_detection\r\n\r\n# Run pose detection with default parameters\r\nrun_pose_detection()\r\n\r\n# You can also customize the parameters\r\nrun_pose_detection(mode=True, smooth=False, detectionCon=0.7, trackCon=0.8)\r\n\r\nParameters:\r\n\r\nmode (bool, optional): Set to True for static image mode. Default is False.\r\n\r\nsmooth (bool, optional): Enable landmark smoothing. Default is True.\r\n\r\ndetectionCon (float, optional): Minimum detection confidence threshold. Default is 0.5.\r\n\r\ntrackCon (float, optional): Minimum tracking confidence threshold. Default is 0.5.\r\n\r\n\r\n\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Pose Detection By mediapipe and cv2",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [
"human pose estimation",
"body tracking",
"image processing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8cf40a96b687e8a1d454a1420e691115a850df1f5e04524061163affa9e2a7b8",
"md5": "4b970cbd85d8f4b1d0378f2d78762efa",
"sha256": "bb46249cccaa6adb1e962de1ae00d0f5e4c99b5aa8edf0691fb1836ee1c1078a"
},
"downloads": -1,
"filename": "posedr-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b970cbd85d8f4b1d0378f2d78762efa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3186,
"upload_time": "2023-09-17T06:20:50",
"upload_time_iso_8601": "2023-09-17T06:20:50.895358Z",
"url": "https://files.pythonhosted.org/packages/8c/f4/0a96b687e8a1d454a1420e691115a850df1f5e04524061163affa9e2a7b8/posedr-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3329dd3b272d1fce361ae277993bb2a8025d6bad39e5b9cda4f83a73a4540adf",
"md5": "baf54e3e96b14c8bd5fa0c0b4717259a",
"sha256": "5b57ac8f34b6a7b37156ac00c4c290072adedd757eb7a2c84bf8c1665252df6a"
},
"downloads": -1,
"filename": "posedr-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "baf54e3e96b14c8bd5fa0c0b4717259a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3188,
"upload_time": "2023-09-17T06:20:53",
"upload_time_iso_8601": "2023-09-17T06:20:53.419223Z",
"url": "https://files.pythonhosted.org/packages/33/29/dd3b272d1fce361ae277993bb2a8025d6bad39e5b9cda4f83a73a4540adf/posedr-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-17 06:20:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "posedr"
}