Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
/ Akihabara Public archive
forked from vignetteapp/Akihabara

A pure .NET port for Google Mediapipe, inspired of MediaPipeUnity.

License

Notifications You must be signed in to change notification settings

Amberarch/Akihabara

 
 

Repository files navigation

Akihabara

Akihabara is Vignette's pure .NET port of Mediapipe, based on Junrou Nishida's MediaPipeUnity project.

Getting Started

Almost everything is done via the build.py script, so run this first. This will fetch the Mediapipe source, apply patches and finally compile the glue library + Mediapipe itself in one nifty small library. However, you will still need to do the dotnet side, which is just a matter of dotnet build after getting setup.py done.

Keep in mind Mediapipe supports both CPU and GPU so you will need to compile as such based on what you need:

If you want CPU (Recommended)

python3 build.py build --desktop cpu -vv

If you want GPU (Experimental, doesn't work yet!)

python3 build.py build --desktop gpu --vv

Prerequisites

  • Python 3.9 (We tried it with 3.8 but for some odd reason things were broken for this build. PRs welcome to fix this though!)
  • .NET 5.0 or .NET 6.0 LTS
  • GCC-9 (GCC-10 also works but not guranteed to work since Mediapipe uses a lot of deprecated syntax).
  • Bazel

About

A pure .NET port for Google Mediapipe, inspired of MediaPipeUnity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 56.8%
  • C++ 26.9%
  • Starlark 12.3%
  • C 1.4%
  • Java 1.3%
  • Python 1.2%
  • Shell 0.1%