-
Notifications
You must be signed in to change notification settings - Fork 16
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
Conversation
👋 @mahipalimkar |
@iamwatchdogs are any changes required? |
Sorry for the delay @mahipalimkar, Your work is being reviewed by me. Please be patient. |
@iamwatchdogs sorry about that, I had the readme ready, I suppose there was an issue in the original commit. Please check now |
@iamwatchdogs made necessary changes. Please check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed by @iamwatchdogs.
Thank you for contributing @mahipalimkar. Make sure to check your contribution on GitHub Pages. |
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: