DeepStack
DeepStack copied to clipboard
2022.01.1 I Windows CPU and GPU Isn't Detecting Objects for me.
Windows GPU and CPU 2022.01.1 isn't detecting any objects for me.
Same here.
Using Blue Iris, I get this error: DeepStack: Alert cancelled [nothing found] 139ms
In the DeepStack .DAT parser, here is the returned JSON:
[
{
"api":"objects",
"found":{
"success":true,
"predictions":[
]
,
"duration":0}
}
]
There is nothing in stderr at all and nothing interesting in stdout.
I'm using:
- Windows Server 2022
- Blue Iris 5.5.5.4
- DeepStack 2022.01.1
- cuda_11.6.0_511.23
- cudnn_8.3.2.44_windows
If I uninstall 2022.01.1 and then install 2021.09.1 then it works fine:
[
{
"api":"objects",
"found":{
"success":true,
"predictions":[
{
"confidence":0.75146484,
"label":"person",
"y_min":347,
"x_min":1425,
"y_max":791,
"x_max":1667}
,
{
"confidence":0.8544922,
"label":"car",
"y_min":240,
"x_min":241,
"y_max":743,
"x_max":780}
,
{
"confidence":0.88134766,
"label":"car",
"y_min":229,
"x_min":832,
"y_max":761,
"x_max":1389}
]
,
"duration":0}
}
]
I'm having the same issue with the setup below Linux Kernel: 5.15.0-0.bpo.3-amd64 OS: Debian 11 Bullseye Docker Version: 20.10.12, build e91ed57 Nvidia Driver: 510.47.03 Cuda: 11.6 GPU: Nvidia Quadro T400 PNY 2GB
I've included more details here - https://forum.deepstack.cc/t/unable-to-get-gpu-version-working-on-docker/1408