How to run OpenSeeFace standalone on Windows

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • In case you need to know how to run OpenSeeFace standalone, here is how to do it! I use it for my Blender VTuber tracker plugin.
    Python: www.python.org/
    OpenSeeFace: github.com/emi...
    If you are interested in the plugin you can check this video.
    • VTuber Tracker for Ble...
    nuemedia.booth...
    Discord: / discord
    Like my content? Support here:
    www.buymeacoff...
    liberapay.com/...
    XMR: 82sLiWqHfpG17HhwpRyE2kZMRNJgxBxHK9moyYjv4vK8AQUAardGCbESrCd56gkjCC1LMMrgWeLDQ5aKK5y7rEmtVnQfM9b
    Links:
    nuemedia.se
    stream.nuemedi...
    misskey.tiapla...
    / nuekaze
    joinpeertube.o...

Комментарии • 14

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

  • @Xiao_Clip
    @Xiao_Clip 3 месяца назад +1

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

  • @FurukawaAkane
    @FurukawaAkane 4 месяца назад +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 3 месяца назад +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  3 месяца назад +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 3 месяца назад

      @@nuekaze_media Thanks, bud!

  • @MrShak0r
    @MrShak0r 9 месяцев назад +1

    Can you also use VSeeFace to send the OSC Data?

    • @nuekaze_media
      @nuekaze_media  9 месяцев назад +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 9 месяцев назад

    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  9 месяцев назад

      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

  • @Kerocolaa
    @Kerocolaa 7 месяцев назад

    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  7 месяцев назад

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

  • @zcz3573
    @zcz3573 9 месяцев назад

    (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  8 месяцев назад

      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.