Mediapipe.Net 0.9.2

dotnet add package Mediapipe.Net --version 0.9.2
NuGet\Install-Package Mediapipe.Net -Version 0.9.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mediapipe.Net" Version="0.9.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mediapipe.Net --version 0.9.2
#r "nuget: Mediapipe.Net, 0.9.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mediapipe.Net as a Cake Addin
#addin nuget:?package=Mediapipe.Net&version=0.9.2

// Install Mediapipe.Net as a Cake Tool
#tool nuget:?package=Mediapipe.Net&version=0.9.2

MediaPipe.NET

Discord NuGet

Bringing the best of MediaPipe to the .NET ecosystem! Based on MediaPipeUnity, MediaPipe.NET brings Google's MediaPipe into the .NET ecosystem in its fullest.

Installation

You may install via NuGet:

dotnet add --project <Project> Mediapipe.Net

Since this library is mapping off native methods from MediaPipe to the CLR realm, the runtime is not explicitly included in the NuGet package or in this repository. Interested parties who may want to head to the MediaPipe.NET.Runtime repository, where the native code resides.

However, if you just want things to work, You will want to use MediaPipe.Net.Runtime, you have the option of using CPU or GPU:

$ dotnet add --project <Project> Mediapipe.Net.Runtime.Gpu # if you want to use GPU
$ dotnet add --project <Project> Mediapipe.Net.Runtime.Cpu # if you want to use CPU

⚠️ NOTE ⚠️ : Certain features may not work at the moment in GPU, please consult the compatibility matrix.

Compatibility Matrix

We share the same compatibility matrix with MediaPipeUnityPlugin, so this will change depending on whichever party implements what's missing.

Linux (x86_64) macOS (x86_64) macOS (ARM64) Windows (x86_64) Android iOS
Linux (AMD64) [^1] ✔️
Intel Mac ✔️
M1 Mac [^2] ✔️
Windows 10 (AMD64) [^3][^4] ✔️ ✔️

[^1]: Tested on Arch Linux. [^2]: Experimental, because MediaPipe does not support M1 Mac. [^3]: Windows 11 will be also OK. [^4]: Running MediaPipe on Windows is experimental.

Examples

Coming soon!

MediaPipe.NET is Copyright © The Vignette Authors, Licensed under MIT. Parts of this code is based on MediaPipeUnity, Copyright © homuler, Licensed under MIT.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Mediapipe.Net:

Package Downloads
OpenSense.Components.LibreFace

LibreFace component of OpenSense. This package uses CUDA, build options are available if you build from source.

Moetion

A solver library for tracking solutions.

OpenSense.Components.MediaPipe.NET

Mediapipe.NET component of OpenSense. This package uses the CPU runtime, if you want to use other runtimes, please compile from source. The face_detection and face_landmark models are included for convenience.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.2 757 4/15/2023
0.9.1 235 3/9/2023
0.8.10 1,218 3/13/2022