devmiren / MirenStudio

An Open Source VTuber Software for Awesome Streamer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MirenStudio

VRM_1 Live2D_1

MirenStudio is open source Vtuber software.

  • The software works on Windows 10 with some installation.
  • The software is composed of a client part(Unity) and a server part(face detection), and two parts communicate by using Namedpipe.
  • Currently, it only works on Unity and Unity editor with VRM model. We are considering applying Live2D, FBX, or other model formats.
  • Everyone can use their client with the server part. If you are considering making your client part, please check communication codes.

Requirements

Used Networks in Detection

  • Face detection: RetinaFace, Single-stage Dense Face Localisation in the Wild (CVPR 2020)
  • Facial landmark detection: PFLD, A Practical Facial Landmark Detector
  • Face pose: SolvePnP in OpenCVSharp
  • Gaze estimation: Laser-Eye, GazeML (with some modification)

We are looking forward to more stable and high accuracy machine learning components. If there is a more suitable ML network, please contribute!

Demos

About

An Open Source VTuber Software for Awesome Streamer

License:GNU General Public License v3.0


Languages

Language:C# 100.0%