Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants