Wow, that's really helpful, at first I thought "what's the point of doing this?", but your demonstration broke my questions. XD I will try it out today, thank you. 🙏
Hi! Followed this tutorial as well as instructions in the Git page and for some reason OpenSeeFace opens then immediately closes upon executing the command. Using the run batch file results in"'facetracker' is not recognized as an internal or external command, operable program or batch file.". No idea what's happening. Should I delete and start over again, or should I just stick with how VSeeFace does tracking? Thanks!
I'm having the same issue, I got all the way to the end but once I got to running facetracker.py it would just open and close immediately. Hopefully they see this message and can assist. It did at one point require me to enable Script Execution permissions which I was able to do to complete the setup process.
Hello! Sorry for a late response. When you run the facetracker.py you must write it as ".\facetracker.py". The dot and backslash are required as that is how the console figures out you want to run a file and not a command. You could also try running it as "python facetracker.py" if the other doesn't work. If you are using VSeeFace you don't really need this as VSeeFace has it built in already. It is the same thing.
Hi! I recently picked up the blender plugin and it's very nice, but for some reason OpenSeeFace is not sending the values for shape keys to blender? I could've messed up something up following the tutorial or things have changed since this. Any solutions to this?
why i can't find onnxruntime (venv) PS D:\easyVtuber\OpenSeeFace-master> pip install onnxruntime opencv-python pillow numpy ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for onnxruntime
(venv) PS D:\easyVtuber\OpenSeeFace-master> pip install onnxruntime opencv-python pillow numpy ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for onnxruntime
Hi, sorry for my late response. For onnxruntime you need python version 3.8 or higher I think. If you already have that I unfortunately don't know what could be wrong.
Wow, that's really helpful, at first I thought "what's the point of doing this?", but your demonstration broke my questions. XD
I will try it out today, thank you. 🙏
Thank you so much! This worked for me.
nevermind! I rewatched the video xD. Also when i add -s, it also stops. What should I do?
nevermind again, I figured it out! Anyhow, thank you so much, you are a great help!
감사합니다. thank you so much ^^
Hi! Followed this tutorial as well as instructions in the Git page and for some reason OpenSeeFace opens then immediately closes upon executing the command. Using the run batch file results in"'facetracker' is not recognized as an internal or external command, operable program or batch file.". No idea what's happening. Should I delete and start over again, or should I just stick with how VSeeFace does tracking? Thanks!
I'm having the same issue, I got all the way to the end but once I got to running facetracker.py it would just open and close immediately. Hopefully they see this message and can assist. It did at one point require me to enable Script Execution permissions which I was able to do to complete the setup process.
Hello! Sorry for a late response.
When you run the facetracker.py you must write it as ".\facetracker.py". The dot and backslash are required as that is how the console figures out you want to run a file and not a command. You could also try running it as "python facetracker.py" if the other doesn't work.
If you are using VSeeFace you don't really need this as VSeeFace has it built in already. It is the same thing.
@@nuekaze_media Thanks, bud!
Hi! I recently picked up the blender plugin and it's very nice, but for some reason OpenSeeFace is not sending the values for shape keys to blender? I could've messed up something up following the tutorial or things have changed since this. Any solutions to this?
Character moves but shapekeys don’t work? You selected correct mesh a it has aiueo shapekeys?
Can you also use VSeeFace to send the OSC Data?
If you mean the Blender addon it does not use OSC but makes requests directly to OpenSeeFace. However OSC support is a good idea for added feature!
why i can't find onnxruntime
(venv) PS D:\easyVtuber\OpenSeeFace-master> pip install onnxruntime opencv-python pillow numpy
ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none)
ERROR: No matching distribution found for onnxruntime
Which version of python do you use? From what I can see it should be available for 3.8 to 3.11. pypi.org/project/onnxruntime
(venv) PS D:\easyVtuber\OpenSeeFace-master> pip install onnxruntime opencv-python pillow numpy
ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none)
ERROR: No matching distribution found for onnxruntime
Hi, sorry for my late response. For onnxruntime you need python version 3.8 or higher I think. If you already have that I unfortunately don't know what could be wrong.