Skip to content

Added pose_estimation.py with real-time 3D pose estimation code #26

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Mayank-sudo
Copy link

This pull request adds a new file, pose_estimation.py, which implements real-time 3D pose estimation using OpenCV and Mediapipe. The script captures video from a webcam, detects pose landmarks, and sends 3D landmark data to Unity via UDP.

Copy link

github-actions bot commented Jan 8, 2025

👋 @Mayank-sudo
Thank you for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.

@iamwatchdogs
Copy link
Contributor

Hi @Mayank-sudo,
Thank you for making this PR to make your contributions. Please wait till I complete the code review.

Copy link
Contributor

@iamwatchdogs iamwatchdogs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Mayank-sudo,
You have written your source code in markdown format (i.e., .md files) but committed the file as a python file (i.e., .py files). This is what makes the lining checks fail. Please verify whether the content is based on a markdown file or a Python file.

Copy link

github-actions bot commented Mar 3, 2025

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Mar 3, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants