#559 · Primary category: Computer Vision

EpipolarPose

3d-pose-estimation computer-vision cvpr cvpr-2019 cvpr19 cvpr2019 human-pose-estimation machine-learning pytorch self-supervised-learning

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)

Project last updated:06/26/19

GitHub Stars

608

Forks

92

Contributors

2

License

Other

Why we included this project

EpipolarPose is a PyTorch implementation of a CVPR 2019 paper on 3D human pose estimation. The method trains a 3D pose estimator without 3D ground-truth labels or camera extrinsics, using epipolar geometry across multi-view images to generate supervision, and at inference time it only needs a single RGB image. The repo is organized for someone who wants to dig in: training and validation scripts, model definitions, a refinement unit, and YAML configs for experiments, plus a demo notebook that runs the whole pipeline. It is a good reference if you want to reproduce the paper's results or build on the self-supervised training idea, though it is research code from 2019 rather than a maintained library.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category