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 3d pose estimation file #23

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Added 3d pose estimation file #23

merged 3 commits into from
Oct 23, 2024

Conversation

mahipalimkar
Copy link
Contributor

Title: Add Real-Time 3D Pose Estimation with UDP Data Transmission

Description: This PR introduces a real-time 3D pose estimation feature using MediaPipe and OpenCV. The main functionalities include:

Pose Detection: Utilizes MediaPipe to detect and extract 3D pose landmarks from webcam video feed.
Visualization: Draws detected landmarks on the video feed for real-time monitoring.
UDP Data Transmission: Sends the 3D landmark coordinates to a specified Unity application via UDP for further processing.
User Interaction: Allows users to terminate the program using the 'q' key.
Changes Made:

Copy link

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

@github-actions github-actions bot requested a review from iamwatchdogs October 20, 2024 12:24
@github-actions github-actions bot added the hacktoberfest Opted for hacktoberfest label Oct 20, 2024
@mahipalimkar
Copy link
Contributor Author

@iamwatchdogs are any changes required?

@iamwatchdogs
Copy link
Contributor

Sorry for the delay @mahipalimkar, Your work is being reviewed by me. Please be patient.

@mahipalimkar
Copy link
Contributor Author

@iamwatchdogs sorry about that, I had the readme ready, I suppose there was an issue in the original commit. Please check now

@mahipalimkar
Copy link
Contributor Author

@iamwatchdogs made necessary changes. Please check.

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.

Reviewed by @iamwatchdogs.

@iamwatchdogs iamwatchdogs merged commit 51edf38 into Grow-with-Open-Source:main Oct 23, 2024
1 check passed
Copy link

Thank you for contributing @mahipalimkar. Make sure to check your contribution on GitHub Pages.

@github-actions github-actions bot added the hacktoberfest-accepted Successfully accepted pull request for hacktoberfest label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Opted for hacktoberfest hacktoberfest-accepted Successfully accepted pull request for hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants