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

https://github.com/maudzung/3d-human-pose-estimation

An implementation of 3D human pose estimation based on 2D keypoints in images
https://github.com/maudzung/3d-human-pose-estimation

2d-keypoints 3dposeestimation human-pose-estimation human36m

Last synced: 7 months ago
JSON representation

An implementation of 3D human pose estimation based on 2D keypoints in images

Awesome Lists containing this project

README

        

An implementation of 3D Human Pose Estimation using 2D keypoints in images

**Folder structure**
```
${ROOT}
├──checkpoints/
├──datasets/
├──human36m_preprocessing/
├──logs/
├──src/
├──config/
├──data_process/
├──evaluation/
├──losses/
├──models/
├──notebooks/
├──train/
├──utils/
├──README.md
```

# To-do-list
- [x] Pre-process the dataset
- [x] Using 2D keypoints as the input of DNN to estimate 3D HPE