Install_CUDA - kileyhartigan/freemocap GitHub Wiki
CUDA® is a parallel computing platform and programming model invented by NVIDIA. It enables dramatic increases in computing performance by harnessing the power of the graphics processing unit (GPU).
In order for your NVIDIA GPU to function properly, you must install CUDA. If you're like me, wondering what the heck is a NVIDIA_GPU...go ahead and click that ;)
- Long story short, simply google "does my computer have a NVIDIA GPU?" (for your particular operating system and computer).
- You'll need a NVIDIA GPU stronger than 2 GB
Simplified instructions: Link
Detailed Instructions: link
If you're using a Mac: link
- One issue I ran into while doing this was: while I had VS Code installed, I didn't have Visual Studio in general installed, which is something that was necessary for the CUDA install.