Skip to content
New issue

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

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

Open
Ken98045 opened this issue Feb 6, 2022 · 2 comments
Open

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

Ken98045 opened this issue Feb 6, 2022 · 2 comments

Comments

@Ken98045
Copy link

Ken98045 commented Feb 6, 2022

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

@Ken98045 Ken98045 changed the title 2022.01.1 Isn' 2022.01.1 I Windows CPU and GPU Isn't Detecting Objects for me. Feb 6, 2022
@xijio
Copy link

xijio commented Feb 9, 2022

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}
		}
	]


@gouthamravee
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants