[Solved] How to test,configure Deepstack GPU with RTX A5000 Ampere?

Post Reply
busch09
Posts: 3
Joined: Thu Oct 28, 2021 8:27 pm

[Solved] How to test,configure Deepstack GPU with RTX A5000 Ampere?

Post by busch09 »

Hi,

I have a ESXI Win10 VM with An RTX A5000 VGPU with BI 5.5.1.18 (also .1.17
I installed the Nvidia GPU driver, CUDA 10.1 cuda_10.1.243_426.00_win10, cuDNN 10.1 cudnn-10.1-windows10-x64-v8.0.5.39 and deepstack DeepStack-Installer-GPU-2021.09.1.
The CUDA sample apps are working (e.g. RandomFog.exe). Copied cuDNN to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1

It's not working. BI Triggers but then Deepstack doesnt find anything and deletes the trigger.
What can I do to troubleshoot this? I tested with Deepstack CPU and that is working fine.

Code: Select all

0 	10/28/2021 1:54:07.853 PM	App                 	Nvidia video hardware detected
0 	10/28/2021 1:54:07.858 PM	App                 	Graphics hardware vendorID 1414
0 	10/28/2021 1:54:07.878 PM	App                 	Started version 5.5.1.18
0 	10/28/2021 1:54:27.761 PM	Server              	Started on port 81
0 	10/28/2021 1:54:28.074 PM	App                 	DeepStack has been started
10	10/28/2021 1:54:31.099 PM	local_console       	::: Login
0 	10/28/2021 1:54:32.969 PM	App                 	DeepStack responding at 127.0.0.1:85
0 	10/28/2021 1:54:33.235 PM	App                 	Remote Session Begins
3 	10/28/2021 1:55:20.523 PM	carport             MOTION_A
1 	10/28/2021 1:55:37.139 PM	carport             DeepStack: Server error 100
0 	10/28/2021 1:55:37.140 PM	carport             DeepStack: Alert cancelled [DeepStack: 100] 15114ms
0 	10/28/2021 1:55:39.648 PM	App                 	DeepStack has been restarted
Last edited by busch09 on Sat Oct 30, 2021 6:44 pm, edited 2 times in total.
MikeLud
Posts: 85
Joined: Sun Mar 21, 2021 3:29 am

Re: How to test,configure Deepstack GPU ?

Post by MikeLud »

Your video card is to new and does not work with CUDA 10.1 you need CUDA 11.4. In the link below I have the steps needed to get DeepStack to work.

https://ipcamtalk.com/threads/deepstack ... ost-600376
busch09
Posts: 3
Joined: Thu Oct 28, 2021 8:27 pm

Re: How to test,configure Deepstack GPU with RTX A5000 ?

Post by busch09 »

Dude it's working ! Thank you!
Post Reply