DeepStack icon indicating copy to clipboard operation
DeepStack copied to clipboard

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

Open Ken98045 opened this issue 3 years ago • 2 comments

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

Ken98045 avatar Feb 06 '22 01:02 Ken98045

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


xijio avatar Feb 09 '22 07:02 xijio

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

gouthamravee avatar Mar 03 '22 04:03 gouthamravee