BEWARE: Issue with Deepstack 2022.01.01 and BlueIris

kidrcth

n3wb
Joined
Feb 17, 2021
Messages
28
Reaction score
9
Location
Usa
This morning I updated my docker image to the new 2022.01.01 image of Deepstack GPU. Instantly it stopped recording. After an hour of troubleshooting, I had to revert back to 2021.09.01. If I was the only one to have this issue, great, but be aware before updating. I am using the BI integration for deepstack.

Relevant System Stats:
BI Version: 5.5.4.4
I9-9900k
GPU: GTX 1650 Super
11 Cameras
Unraid Host, Windows 10 VM with 6 cores, 12 threads.
Unraid Docker for Deepstack GPU
 
Last edited:

kidrcth

n3wb
Joined
Feb 17, 2021
Messages
28
Reaction score
9
Location
Usa
The BI integration, I should have added my BI version to the original post.
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY
This morning I updated my docker image to the new 2022.01.01 image of Deepstack GPU. Instantly it stopped recording. After an hour of troubleshooting, I had to revert back to 2021.09.01. If I was the only one to have this issue, great, but be aware before updating. I am using the BI integration for deepstack.

Relevant System Stats:
BI Version: 5.5.4.4
I9-9900k
11 Cameras
Unraid Host, Windows 10 VM with 6 cores, 12 threads.
Unraid Docker for Deepstack GPU
2022.01.01 has not been officially released they are still working on the release.
 

kidrcth

n3wb
Joined
Feb 17, 2021
Messages
28
Reaction score
9
Location
Usa
It looks half released, on their GitHub page it still shows the current version 2021.09.01
View attachment 115817
Agreed, somehow there was a breaking change. I'm just trying to put it out there because I searched to see if there were any known issues before updating. I didn't see any postings, so I wanted to make one.
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY
Agreed, somehow there was a breaking change. I'm just trying to put it out there because I searched to see if there were any known issues before updating. I didn't see any postings, so I wanted to make one.
Did you redo steps 2 & 3 because they did update the CUDA version they use

1642449471361.png
 

kidrcth

n3wb
Joined
Feb 17, 2021
Messages
28
Reaction score
9
Location
Usa
I have toyed with this some more and it is an odd issue. The Deepstack docker continues to run and have normal processing times. BlueIris is acting as if nothing is coming back, to include any .DAT files. It may turn out to be something Blueiris has to fix.
 

kidrcth

n3wb
Joined
Feb 17, 2021
Messages
28
Reaction score
9
Location
Usa
It has finally been posted to the Deepstack forum,

 
Joined
Dec 4, 2021
Messages
2
Reaction score
4
Location
London
Hi folks, the roll out of DeepStack version 2022.01.1 is now fully complete. Visit the link below to the GitHub release for new features and improvements added.

GitHub Release : Release DeepStack 2022.01.1 Release · johnolafenwa/DeepStack (github.com)

We have also updated the documentation for new updates such as

and more.
 
Joined
Dec 4, 2021
Messages
2
Reaction score
4
Location
London
As per the issues with the latest Docker GPU, we updated DeepStack to support newer Nvidia GPUs which can lead to driver issues on some older GPUs. Do try the solution mentioned in the forum post linked below

 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY
Hi folks, the roll out of DeepStack version 2022.01.1 is now fully complete. Visit the link below to the GitHub release for new features and improvements added.

GitHub Release : Release DeepStack 2022.01.1 Release · johnolafenwa/DeepStack (github.com)

We have also updated the documentation for new updates such as

and more.
@OlafenwaMoses I notice with version 2022.01.1 you changed the location where DeepStack.exe file is. I installed the GPU Windows 10 version and Blue Iris is having an issue starting DeepStack. If I start DeepStack manually it works fine.

Thanks,
Mike
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY
@OlafenwaMoses I notice with version 2022.01.1 you changed the location where DeepStack.exe file is. I installed the GPU Windows 10 version and Blue Iris is having an issue starting DeepStack. If I start DeepStack manually it works fine.

Thanks,
Mike
I figured out the issue and now have Blue Iris starting DeepStack version 2022.01.1. The issue was DS version 2021.09.01 had two of the same files just named differently in folder "C:\DeepStack\server" one was named deepstack.exe and the other was named server.exe. Blue Iris is trying to starts up server.exe. DeepStack version 2022.01.1 only has one file in folder "C:\DeepStack\server" named deepstack.exe. The fix was copy deepstack.exe in the same folder with the file name server.exe.
 

Lucas Tam

n3wb
Joined
Apr 12, 2017
Messages
27
Reaction score
5
It has finally been posted to the Deepstack forum,

I'm having the same issues- Windows, GPU version, no objects are returned except for the following:

{
"api":"general",
"found":{
"success":true,
"predictions":[
]
,
"duration":0}
}
]

Running latest BlueIris 5.5.5.1 which I think has 2022.01.1 support?

I'm still on Cuda 10.1 as per the DeepStack instructions and associated cuDNN version.

Any ideas?
 
Top