We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows GPU and CPU 2022.01.1 isn't detecting any objects for me.
The text was updated successfully, but these errors were encountered:
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} } ]
Sorry, something went wrong.
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
No branches or pull requests
Windows GPU and CPU 2022.01.1 isn't detecting any objects for me.
The text was updated successfully, but these errors were encountered: