Skip to content

PlanktonQAQ/PoseEstimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoseEstimation

Introduction

Implementing Human Pose Estimation Combination of the DigiHuman Project and the MediaPipe . This approach can estimate the human pose in a single image or a video, and visualize the results directly onto the corresponding image/video. The key point information will be saved in JSON data format. In the future, we will also consider incorporating some tips and techniques for using DensePose.

Pose_Estimate.py is reproduced using the core code in Digihuman. Pose_Estimate2.py is further optimized using the latest python library. Face_Estimate.py is also implemented using the latest library code

Running Demo

git clone https://github.com/PlanktonQAQ/PoseEstimation.git

python Pose_Estimate2.py

Result

Image 1 Image 2
Image 1 Image 2 Image 2

About

Pose Estimation Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages