johnolafenwa / DeepStack

The World's Leading Cross Platform AI Engine for Edge Devices
Apache License 2.0
673 stars 106 forks source link

2022.01.1 I Windows CPU and GPU Isn't Detecting Objects for me. #154

Open Ken98045 opened 2 years ago

Ken98045 commented 2 years ago

Windows GPU and CPU 2022.01.1 isn't detecting any objects for me.

xijio commented 2 years ago

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:

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}
        }
    ]
gouthamravee commented 2 years ago

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