Giter Club home page Giter Club logo

srhandnet's Introduction

SRHandNet-demo

This source code is the conversion of a demo source code implemented in C++ into a pytorch.

You can download hand.pts in this link

Any contributions or pull requests would be welcome!

Features

Unfortunately, the original code is not suitable for actual use. So I added more improvements compared to the original code.

  • This code uses a cyclic detection method mentioned in the paper. Therefore, even small hand key points can be detected with high accuracy.
  • The original code inefficiently uses the O(N^4) method to find the local maximum value. I use skimage library to optimize this task. and this approach shows more than 40x performance in speed! (+25fps in GTX970)

Requirements

  • skimage
  • pytorch (w/ CUDA)
  • hand.pts
  • opencv2
  • python 3.7+

References

  • SRHandNet website
  • paper link
  • original code
  • Yangang Wang, Baowen Zhang and Cong Peng. "SRHandNet: Real-time 2D Hand Pose Estimation with Simultaneous Region Localization". IEEE Transactions on Image Processing, 29(1):2977 - 2986, 2020.

srhandnet's People

Contributors

agrajak 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.