Skip to content

Implement of paper 'Robust Estimation of 3D Human Poses from a Single Image'

Notifications You must be signed in to change notification settings

Darkdawner/Robust-3D-Human-Pose-Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Robust-3D-Human-Pose-Estimation

Introduction

This is the a demo of the paper Robust Estimation of 3D Human Poses from a Single Image by Python.

Dataset

CMU dataset can be downloaded here.

Start

1.Cvxpy

Cvxpy can be installed by pip3 install cvxpy.

2.SPAMS

SPAMS (SPArse Modeling Software) is an optimization toolbox for solving various sparse estimation problems.

  • Dictionary learning and matrix factorization (NMF, sparse PCA, ...)
  • Solving sparse decomposition problems with LARS, coordinate descent, OMP, SOMP, proximal methods
  • Solving structured sparse decomposition problems (l1/l2, l1/linf, sparse group lasso, tree-structured regularization, structured sparsity with overlapping groups,...).

For detail and installation please see SPAMS

About

Implement of paper 'Robust Estimation of 3D Human Poses from a Single Image'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages