An open API service indexing awesome lists of open source software.

https://github.com/muntahashams/length-detection-using-human-pose-estimation

this project is able to detect length of both arms and shoulder to neck distance on a image and video using MPII trained model weights with human pose estimation technique
https://github.com/muntahashams/length-detection-using-human-pose-estimation

arms human-pose-estimation length measurement mpii mpii-dataset opencv openpose shoulder

Last synced: 3 months ago
JSON representation

this project is able to detect length of both arms and shoulder to neck distance on a image and video using MPII trained model weights with human pose estimation technique

Awesome Lists containing this project

README

          

# length-detection-using-human-pose-estimation
This projec is able to detect length of amrs and shoulder to neck distance. I have used MPII dataset that is able to detect 15 keypoints of body

## Testing

### C++
- Please use [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose), now it can run in CPU/ GPU and windows /Ubuntu.
- Three input options: images, video

### Python
- `cd length-detection-using-human-pose-estimation`
- `jupyter notebook`
- Open `OpenPose_Notebook.ipynb` and execute the code for image
- Open `video.ipynb` and execute the code for video

### to download weight file
[[MPII weights]](http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel)

### Results
![image](output.PNG)