microsoft / AISkillsForWindows

Contains samples for implementing Windows Skills by extending the preview base API and using exsting skill packages
https://docs.microsoft.com/en-us/windows/ai/windows-vision-skills/
MIT License
166 stars 46 forks source link

SkelectalDetector and Hand recognize #54

Closed Kartijno closed 5 years ago

Kartijno commented 5 years ago

Hello,

Hand Recognize is not implemented? Fabio

LPBourret commented 5 years ago

Hi, Let me know if If I get your question answered correctly: currently individual fingers are not detected. The joints detected are (see the enum defined as Microsoft.AI.Skills.Vision.SkeletalDetectorPreview.JointLabel):

Kartijno commented 5 years ago

Hi!

I need recognize hand (left and Right) not every single finger. Two more question: this Skill is compatible with XBOX ? and last, if i use Vision Skill for commercial purpose , when and if you ll release final version it can be compatibility broken?

LPBourret commented 5 years ago

Hi, in the enum Microsoft.AI.Skills.Vision.SkeletalDetectorPreview.JointLabel, you could use LeftWrist and RightWrist to locate the hands. This skill is compatible with Windows OS build 17763 at minimum (which the XBox One OS was updated to) and we don't foresee this changing. There are no fixed dates yet for the non-preview versions of the skills but feel free to use the preview ones in commercial apps.

LPBourret commented 5 years ago

Closing this issue and following-up the XBox compat issue in the other thread (#55)