How to run OpenSeeFace standalone on Windows

Поділитися
Вставка
  • Опубліковано 2 січ 2025

КОМЕНТАРІ • 17

  • @hexcode5703
    @hexcode5703 Рік тому +3

    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. 🙏

  • @wiccan____
    @wiccan____ Місяць тому

    Thank you so much! This worked for me.

    • @wiccan____
      @wiccan____ Місяць тому

      nevermind! I rewatched the video xD. Also when i add -s, it also stops. What should I do?

    • @wiccan____
      @wiccan____ Місяць тому

      nevermind again, I figured it out! Anyhow, thank you so much, you are a great help!

  • @샤오_클립
    @샤오_클립 7 місяців тому +1

    감사합니다. thank you so much ^^

  • @FurukawaAkane
    @FurukawaAkane 7 місяців тому +1

    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!

    • @DaSquareful
      @DaSquareful 7 місяців тому +1

      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.

    • @nuekaze_media
      @nuekaze_media  7 місяців тому +1

      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.

    • @FurukawaAkane
      @FurukawaAkane 7 місяців тому

      @@nuekaze_media Thanks, bud!

  • @Kerocolaa
    @Kerocolaa 11 місяців тому

    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?

    • @nuekaze_media
      @nuekaze_media  11 місяців тому

      Character moves but shapekeys don’t work? You selected correct mesh a it has aiueo shapekeys?

  • @MrShak0r
    @MrShak0r Рік тому +1

    Can you also use VSeeFace to send the OSC Data?

    • @nuekaze_media
      @nuekaze_media  Рік тому +1

      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!

  • @zcz3573
    @zcz3573 Рік тому

    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

    • @nuekaze_media
      @nuekaze_media  Рік тому

      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

  • @zcz3573
    @zcz3573 Рік тому

    (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

    • @nuekaze_media
      @nuekaze_media  Рік тому

      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.