juice
juice
Problem with GPU support is that its quite a pain to setup in Windows. While the CPU version can be nicely packaged into an executable that works for everyone, doing...
Sadly, its complicated enough where you have to know what you are doing, simply following instructions isnt enough. I work with neural networks on linux quite a bit, and I...
Interesting, I am not familiar with ANGLES myself. It may be possible, but I think the best way to implement GPU support would be using the JavaScript API, if I...
Thank you! 1: I connect to the SteamVR driver using a named pipe, so you should be able to open a named pipe in your game code to receive the...
check steamvr settings -> startup -> addons, and make sure that apriltagtrackers is enabled. Also, if you run steamvr as administrator, it may cause this problem as well. Try to...
Sorry for the confusion! This appears to be an issue with pyinstaller, that is used to compile the python script to an .exe, as described here: https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg So yeah, its...
First, check steamvr settings -> startup -> addons, make sure that apriltagtrackers is listed and enabled. SteamVR sometimes likes to disable drivers for no reason, and then you have to...
That is weird, im guessing its an issue with a different language... You may need to install the driver manualy. Copied from the ApriltagTrackers wiki: Inside the driver_files folder, there...
Detecting joint positions on an image is easy, but transfering that to a full 3d skeleton is much harder. There is a lot of information that needs to be guessed,...
What do you use for a waist tracker? In vrchat, only using leg trackers is unsupported and will default to hip only trackng, which could be the problem you are...