Skip to content

houxianxu/human_pose_estimate

Repository files navigation

Machine Learning for Human Pose Estimate

Essential python model

  • Numpy for a highly optimized library for numerical operations with a MATLAB-style syntax.
  • Chainer neural network (deep learning) framework
  • opencv3.0 OpenCV-Python for solve computer vision problem

Using linear regression to predict the joints

  • Datasets: subset of full FLIC
  • There are five different approach:
    1. Use all the pixels of transformed pictures as inputs and SGD -> python my_scripts/train.py
    2. Use all the pixels of transformed pictures as inputs and BGD -> python my_scripts/train.py --mode bgd
    3. Use SIFT based on Bag-of-Word algorithm and SGD -> python my_scripts/train_sift.py
    4. Use pixels of patch images around the joints and SGD -> python my_scripts/train_bgd.py
  • Training results are in Notebook

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published