TesseraktZero / UnityHandTrackingWithMediapipe

Realtime hand tracking and finger tracking in Unity using Mediapipe
Apache License 2.0
277 stars 66 forks source link

aar file? #2

Open Serchyk opened 3 years ago

Serchyk commented 3 years ago

Hi, interested in the technology and want to understand how it works.

How can I get an arr file for an android project? Can you give us a ready-made solution?

TesseraktZero commented 3 years ago

The arr file is available in release: https://github.com/TesseraktZero/mediapipe_multi_hands_tracking_aar_unity/releases

Or do you interested in the source code of the aar? It is very similar to mediapipe except I added the handedness output.

Serchyk commented 3 years ago

interested in the source code of the aar

TesseraktZero commented 3 years ago

ok, I will upload it to a separate repo in the coming few days.