Skip to content

devmiren/MirenStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Live2D.mp4
VRM.mp4