Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 587 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 587 Bytes

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

  • Pre-process the dataset
  • Using 2D keypoints as the input of DNN to estimate 3D HPE