kwea123 / VTuber_Unity

Use Unity 3D character and Python deep learning algorithms to stream as a VTuber!

Home Page:https://www.youtube.com/playlist?list=PLDV2CyUo4q-JFGrpG595jMdWZLwYOnu4p

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send the Face Data Manually to unity3d Binary

LexBarun opened this issue · comments

I tried to run this code in Google Colab and it works (I can see the face tracking data, consist of eight value for each odd frame).
How: Clone to Colab Notebook, install the necessary library, then modify the demo.py to take the recorded video and write the face tracking data into a txt file.
And the problem is, how to send them to the unity binary? Anyone have an idea?