VTuber-Python-Unity icon indicating copy to clipboard operation
VTuber-Python-Unity copied to clipboard

An Implementation of VTuber (Both 3D and Live2D) using Python and Unity. Providing face movement tracking, eye blinking detection, iris detection and tracking and mouth movement tracking using CPU onl...

Results 12 VTuber-Python-Unity issues
Sort by recently updated
recently updated
newest added

1. Traceback (most recent call last): ![image](https://user-images.githubusercontent.com/101902081/159076822-50e713fc-e718-48e2-a281-3648028cbbb1.png) ConnectionRefusedError: [WinError 10061] Connection failed because the target computer refused to connect. I copied it while watching your YouTube video, and it's the...

i tryed print log. so, I knew where it slowed down. ![image](https://user-images.githubusercontent.com/42532250/182567781-175c0518-0dc2-44fe-b453-b8402918fc88.png) i started 5:50:00 but that is time for opened window. this is my main.py code. i changed something....

if I design a 3D model myself, do I need to follow the topology of the face landmark of mediapipe?

Thank you for your interest about this project. I did not expect that much attention on YouTube in last year when I uploaded. ###Background I changed the game running aspect...

good first issue

![image](https://user-images.githubusercontent.com/48247432/166137678-8cbd69e2-6adc-4ca5-a586-089867d4cc37.png) If you will list index out of range in main iris_image_points[j, 0] = faces[0][j + 468][0], you need to check your face detector __init__. ![image](https://user-images.githubusercontent.com/48247432/166140581-88382dee-0394-4123-b369-825b102368e7.png) You need to set...

![image](https://user-images.githubusercontent.com/886701/132340220-d83696e3-7a8e-4970-b5fb-0b004f94b386.png) I print the pitch value, it always -90. How to fix it?

I'm unable to run python unity connection together. Getting this issue ![image](https://user-images.githubusercontent.com/92041385/163050892-ca03729c-df63-466d-8d3c-ab8885dccc3f.png) apart from this, whenever I run my mainpy file, it doesn't open any window. face landmark work properly...

INFO: Created TensorFlow Lite XNNPACK delegate for CPU. Traceback (most recent call last): File ".\main.py", line 239, in main() File ".\main.py", line 92, in main socket = init_TCP() File ".\main.py",...

Hi, I found the eye's pose doesn't make the model animate. Anyway to support eye pose correctly?