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

Pose Estimation and Mesh Generation #31

Closed
UppuluriKalyani opened this issue Oct 1, 2024 · 4 comments · Fixed by #552
Closed

Pose Estimation and Mesh Generation #31

UppuluriKalyani opened this issue Oct 1, 2024 · 4 comments · Fixed by #552

Comments

@UppuluriKalyani
Copy link
Owner

Project Title: Pose Estimation and Mesh Generation

Description:

This project aims to perform 3D human pose estimation from a 2D image input. The system will extract key human features, including heatmaps and silhouettes, to generate a 3D mesh of the human body. It will then render the mesh alongside projected silhouettes and keypoints, giving a detailed view of the pose. The project has applications in animation, AR/VR, and sports analytics.

Key Features:

2D human pose detection.

Generation of 3D human mesh models.

Use of PosePrior for pose estimation and ShapePrior for shape generation.

Rendering of the final silhouette and keypoints for visualization.

Tasks:

  • Build a model to extract heatmaps and silhouettes from 2D images.

  • Integrate the PosePrior and ShapePrior models for mesh generation.

  • Render the 3D mesh and project silhouettes and keypoints.

  • Optimize for performance and accuracy.

Technology Stack:

Deep Learning (CNNs)

Python

PyTorch / TensorFlow

OpenCV for rendering

Expected Output:

A system capable of taking a 2D image of a person and outputting a 3D mesh model of the human body with accurate pose estimation and projected keypoints.

diagram_2

@UppuluriKalyani UppuluriKalyani added the enhancement New feature or request label Oct 1, 2024
Copy link

github-actions bot commented Oct 1, 2024

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. Your contributions are highly appreciated! 😊

@shrehs
Copy link
Contributor

shrehs commented Oct 1, 2024

Hello, hope your doing well. I would love to work on this issue. I'm part of GSSOC-24 Extended. If this could be assigned to me, that would be great. Thank you.

@UppuluriKalyani
Copy link
Owner Author

@shrehs go for it!

Copy link

Hello @UppuluriKalyani! Your issue #31 has been closed. Thank you for your contribution!

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

Successfully merging a pull request may close this issue.

2 participants