BEWARE: Issue with Deepstack 2022.01.01 and BlueIris

kidrcth

n3wb
Feb 17, 2021
28
10
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:
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.
 
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
 
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.
 
It has finally been posted to the Deepstack forum,

 
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.
 
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
 
@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.
 
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?