cosyneco / MediaPipe.NET.Runtime

Native runtime package for MediaPipe.NET.
MIT License
20 stars 6 forks source link

Need help to implement facelandmarks extraction in xamarin forms #12

Closed amalcty closed 2 years ago

amalcty commented 2 years ago

Can you please provide a demo script to extract facial landmarks from a given image in xamarin forms ? It would be great if you provide some kind of documentation too for using the library.

Speykious commented 2 years ago

MediaPipe.NET.Runtime only serves to compile the runtime package that contains the native MediaPipe DLL. The actual C# bindings and additional abstractions can be found on MediaPipe.NET. This issue is better suited for that repository. :)