DigitalPackrat
Getting the hang of it
- Dec 12, 2015
- 41
- 27
Thanks for this! That is definitely something I didn't try before switching back to the CPU version.
Can I ask what version of CUDA you're running? Is there an order of operations I might be missing? I followed the instructions for cuDNN and I just can't seem to get everything to "stick".
Also, do I need Visual Studio installed? I'm guessing, no?
EDIT: I got it working! Thank you so much! I think you were right, the Blue Iris starting the service seemed to be the issue. The desktop starting from shortcut didn't seem to fully do it though. What seemed to do the trick was shutting down BlueIris completely, using PowerShell to run:verifying that it worked in the browser (127.0.0.1:80) and then firing up Blue Iris.Code:deepstack --VISION-SCENE=True --VISION-DETECTION=True --VISION-FACE=True --PORT 80
For others, I ended up completely uninstalling Deepstack CPU (via Control Panel AND deleting the leftover folders). I think installed Cuda 10.1 (no updates),downloaded cudnn-10.2, unpacked and added the files to the directories and made sure the environmental variables were present. I installed Deepstack GPU and then ran that code I referenced above in PowerShell, I then started up Blue Iris and made sure the AI/Deepstack settings matched ports/options that I selected and viola! Up and running.
I installed CUDA 10.1 with update 1 and 2. I did uncheck Visual Studio.