Giter Club home page Giter Club logo

hand_keypoint_detection's Introduction

Hand_Keypoint_Detection

reference paper : http://openaccess.thecvf.com/content_cvpr_2017/papers/Simon_Hand_Keypoint_Detection_CVPR_2017_paper.pdf

  1. The Network Architecture Network architecture

  2. Dataset To train this network, I use MPII Hand keypoint dataset. Datset Information is here. In annotation file, there is 21 keypoints information. And we could get 20 limb data by using 21 keypoints. Dataset_Information

  3. Training

Training Loss

The upper graph is loss of confidence map, and the lower graph is loss of PAFs.

  1. Output I could get these output. First is image with representing keypoint.

Confidencemap

And the second is image with representing PAFs with arrows.

PAFs

The Confidencemap's size is [44x44x22]. And PAFs's size is [44x44x44]. So, I could get 22 confidencemaps and 44PAFs. Like this.

Confidencemap_PAFs_Hands

And, finally we could get these output Confidencemap_output Confidencemap_output

  1. etc Information about this repository.
  1. Demo_Hand.ipynb : If you trained this network, you could get PAFs and Confidencemaps by running session. Then, you use this ipynb file to estimate actual pose by using bipartite argorithm.

  2. For_Demo_Hand.ipynb : This file is for Demo_Hand.ipynb.

  3. Hand_Data_Processing.ipynb : You download MPII Hand keypoint dataset, and you could get raw annotation data not good for using. So, I made this file for using annotation data easily.

  4. Training_Hand.ipynb : This file is for training.

hand_keypoint_detection's People

Contributors

jaekyu-sim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.