[tool] [tutorial] Free AI Person Detection for Blue Iris

also getting same error as post 1323

docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"for\": executable file not found in $PATH": unknown

followed guide step by step. port 81 was in use so tried 83 and getting the error. on windows 1809 if it makes a difference
Make sure your command to run doesn't include " for CPU" that's not part of the argument
 
Make sure your command to run doesn't include " for CPU" that's not part of the argument
ahh, that was it thank you

docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p 83:5000 --name deepstack deepquestai/deepstack:cpu-x3-beta

worked instantly
 
Having troubles with docker / bluestack

Log constantly showing error:
ERROR: Processing the following image 'X:\BlueIris\aiinput\X.jpg' failed. Can't reach DeepQuestAI Server at .

tried noavx version but it was still doing it, increased ram still doing it
(running win10 no VMs)

blue iris seems to be falling back to its own detection

Docker driving me insane. Docker desktop service is running at start but can't connect through localhost until I manually launch the exe.
 
Last edited:
Hey, Docker briefly ran in logged off mode after an update to Windows 10 Pro feature 2004. I'm afraid I probably should not be used as a reference. Apparently my server is not listed as supported by Windows 10 by the motherboard mfg. It could be because it's too old (SuperMicro X9SCI-LN4F) and there aren't any certified drivers for Win10. I tried the Windows 8 drivers from Intel and Supermicro (which it did have) but it doesn't recognize them. So my advice is to make sure you're updated, and if you are try the AlwaysUp app. Another interesting thing that came up after updating to feature 2004, WSL2 started prompting me to be used instead of Hyper-V for the virtualized environment in Windows. Maybe this is the reason some of you can use it. I couldn't get that working so I gave up and I'm going to just autologin and lock the computer. Not happy about it but I got the hardware very cheap and the CPU runs BI + DeepStack low.
 
First time post here. I wanted to thank everyone and Pumpkin for this great tool. Its actually super interesting to see the AI detect everything.

I had a question. Has anyone encountered that after disabling the web server auth keys, that the UI3 won't stay logged in anymore? Seems to timeout after hours? Goes back to a blank white page with "authetication required". This is despite having the UI3 settings timeout to '0'. I would like to keep authentication to 'ALL' to maintain network security best practices rather than change to non-LAN only.
 
Anyone have a good solution for driveways?? Don't get me wrong, this definitely reduces false alerts, but if someone parks in my driveway won't this register all future motion events positive?

I'm trying to eliminate false alerts from trees swaying, but if you park in the driveway instead of the garage for instance visitors, etc... Then a that tree swaying comes through right??
 
finitely reduces false alerts, but if someone parks in my driveway won't this register all future motion events positive?

I'm trying to eliminate false alerts from trees swaying, but if you park in the driveway instead of the garage for instance visitors, etc... Then a that tree swaying comes through right
I have the same issue. If i have my car parked in driveway, all the normal false positives go through because it identifies my car. I wonder if there was a way to teach the AI over time with feedback
 
I have the same issue. If i have my car parked in driveway, all the normal false positives go through because it identifies my car. I wonder if there was a way to teach the AI over time with feedback
It's probably the only issue I have with the thing, most other situations would be fine with a mask. You'd basically need dynamic masking that masks the final location of the car.. if motion detected and originating from masked area, clear mask. Very convoluted and prone to errors..

Just hoping there's an easier KISS solution
 
Are there any updated guides that actually work?
Followed this one exactly and then tried thehookup setup

Docker desktop fails to run at start so AITool errors:
Can't reach DeepQuestAI Server at
Tried a VM of hass.io and it fails to deploy deepstack container through portainer, erroring:
failure object not found in the database
 
Are there any updated guides that actually work?
Followed this one exactly and then tried thehookup setup

Docker desktop fails to run at start so AITool errors:
Can't reach DeepQuestAI Server at
Tried a VM of hass.io and it fails to deploy deepstack container through portainer, erroring:
failure object not found in the database
Why is docker failing to start? Any errors? Whats your PC setup for specs? I had issues when my PC was woefully under powered
 
Why is docker failing to start? Any errors? Whats your PC setup for specs? I had issues when my PC was woefully under powered
dont know why. the service is running at start but cannot access the deepstack url. it only works when I manually start the desktop app

i7 4770k, 32gb ram, samsung ssd
 
dont know why. the service is running at start but cannot access the deepstack url. it only works when I manually start the desktop app

i7 4770k, 32gb ram, samsung ssd
Do you have the correct port? The example above assumes blue iris is 80 and deepstacks is 81. Looks like you have aitool look at 83. Is that all correct?
 
Do you have the correct port? The example above assumes blue iris is 80 and deepstacks is 81. Looks like you have aitool look at 83. Is that all correct?
yes
my blue iris is 81 so i changed deepstack to 83

when I restart the pc. the deepstack url does not work. I have to manually start the exe from docker windows. then the url works
 
yes
my blue iris is 81 so i changed deepstack to 83

when I restart the pc. the deepstack url does not work. I have to manually start the exe from docker windows. then the url works
When you say exe you mean docker desktop? Or the container within? Does the docker icon show up in the tray on reboot? Did you use the restart always on the container when you ran it originally?
 
When you say exe you mean docker desktop? Or the container within? Does the docker icon show up in the tray on reboot? Did you use the restart always on the container when you ran it originally?
In the app, it is set to start with windows
the service runs, the desktop app does not
no taskbar icon at start, because it wont start the actual app