Git Product home page Git Product logo

hand-keypoint-detect's People

Contributors

ndkjing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

hand-keypoint-detect's Issues

手指弯曲度和位置的置信度

您好,看到您对手势的规则定义。其中手势的弯曲度、位置的置信度的值的范围是多少?
其中弯曲度是不是0->2 表示 不弯曲->全弯曲?
手指位置的置信度不知道怎么理解?如果是0 和 1.0的区别
simple_thumbs_up.finger_position = [
[ FingerPosition.DiagonalUpLeft, FingerPosition.DiagonalUpRight], # Thumb
[FingerPosition.DiagonalUpRight, FingerPosition.DiagonalUpLeft], # Index
[FingerPosition.HorizontalLeft, FingerPosition.HorizontalRight], # Middle
[FingerPosition.HorizontalLeft, FingerPosition.HorizontalRight], # Ring
[FingerPosition.HorizontalLeft, FingerPosition.HorizontalRight] # Little
]
simple_thumbs_up.finger_position_confidence = [
[0.25,0.25], # Thumb
[0.25, 0.25], # Index
[2.0, 2.0], # Middle
[2.0, 2.0], # Ring
[2.0, 2.0] # Little]
这两个问题不太明白

怎么得到22个手势位置点

你好,我看了你的代码,想得到22个手势位置点,可惜找了很久没找到,你的代码可以直接得到这22个手势位置点吗

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.