Giter Club home page Giter Club logo

vtuber-genshin's Introduction

Genshin VTuber

This is the final project of course INF573 - Image Analysis and Computer Vision. We implement a Genshin VTuber base on VTuber-MomoseHiyori by KennardWang.

原神启动!

Notes

This program is implemented base on Windows 10 x64 System. Using Python 3.8 and Unity 2019.4.1f1. The Unity Engine use port number 14514.

Requirements

Make sure you have the required dependencies installed by running (Recommended to use a conda virtual environment):

pip install -r requirements.txt

Command-line Arguments

  • --cam: Specify the index of camera. (Default: 0)
  • --debug: Whether show image and marks or not. (Default: False)
  • --connect: Whether connect to unity character or not. (Default: False)
  • --video: Specify the path to the video file (if not using camera). (Default: None)

Run

Step 1 : Test camera

Run the following code, you should see your face with marks.

python main.py --debug

Press q to exit the program.

Step 2 : Connect Unity

First, run the Unity executable file Genshin-vtuber.exe.

Then run with camera

python main.py --connect

or

run with video (replace /path_of_video with your actual paths)

python main.py --connect --video /path_of_video

Press q to exit the program.

Reference

vtuber-genshin's People

Contributors

172698691 avatar misfit5 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.