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

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
Thanks. Running deepstack on docker on my main BI server which is a Windows 10 based server.

I'm still getting triggers to my phone so it seems to still be working. Just delayed.
Which version of AI Tool and what version of Deepstack?
Have you tried accessing the history file with notepad to ensure its not corrupt?
 

pbc

Getting comfortable
Joined
Jul 11, 2014
Messages
1,024
Reaction score
156
Which version of AI Tool and what version of Deepstack?
Have you tried accessing the history file with notepad to ensure its not corrupt?
Running 1.67, not sure how to check the version of Deepstack (doesn't show version), but I ran the "noavx" version if that's what you mean, which reminds me, need to check to see if the GPU version is supported yet.

History file opens fine, doesn't appear to be corrupt and is being written to.

Garage.20201023_073502863.jpg|23.10.20, 07:35:04|Garage|1x irrelevant : car (51%); |126,0,453,100;|false
Garage.20201023_073502863.jpg|23.10.20, 07:35:05|Garage|1x irrelevant : car (51%); |126,0,453,100;|false
 

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
Running 1.67, not sure how to check the version of Deepstack (doesn't show version), but I ran the "noavx" version if that's what you mean, which reminds me, need to check to see if the GPU version is supported yet.

History file opens fine, doesn't appear to be corrupt and is being written to.

Garage.20201023_073502863.jpg|23.10.20, 07:35:04|Garage|1x irrelevant : car (51%); |126,0,453,100;|false
Garage.20201023_073502863.jpg|23.10.20, 07:35:05|Garage|1x irrelevant : car (51%); |126,0,453,100;|false
Interesting you are running the same version as myself.
If you have not done so already, update deepstack by pulling down the latest version. See my earlier post (also @Tinbum ) regarding versions. It should make the analysis by deepstack almost realtime!
How big is your history file and have you tried the universal cure all by 're booting your system?
 

pbc

Getting comfortable
Joined
Jul 11, 2014
Messages
1,024
Reaction score
156
Will look for your post. Interestingly, I am not getting triggers at all now, which is weird since I was getting a couple an hour ago. Also noticed when I restarted the system, upon trying to exit it said "wsl.exe" could not start or something like that and I had to force the shut down. So wonder if somehow the windows subsystem for linux became corrupt?
 

pbc

Getting comfortable
Joined
Jul 11, 2014
Messages
1,024
Reaction score
156
Copied from deepstack forum.

Update:
Due to a bug with no detections, we have updated this
Run
deepquestai/deepstack:latest

or
deepquestai/deepstack:cpu-x5-beta

It was announced 3 hrs ago
I can't recall now, does one just run that in Powershell? As I'm getting this error:

1603457398151.png
 

pbc

Getting comfortable
Joined
Jul 11, 2014
Messages
1,024
Reaction score
156
Nevermind, forgot to put "docker run" in front of it..
 

pbc

Getting comfortable
Joined
Jul 11, 2014
Messages
1,024
Reaction score
156
Interesting you are running the same version as myself.
If you have not done so already, update deepstack by pulling down the latest version. See my earlier post (also @Tinbum ) regarding versions. It should make the analysis by deepstack almost realtime!
How big is your history file and have you tried the universal cure all by 're booting your system?
... when I ran that version of Deepstack, was I supposed to trash the noavx repo? I did that, but now localhost:81 doens't show Deepstack as running. Below is my Docker dashbaord.

1603458623159.png
 

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
... when I ran that version of Deepstack, was I supposed to trash the noavx repo? I did that, but now localhost:81 doens't show Deepstack as running. Below is my Docker dashbaord.

View attachment 73180
Can you share the command that you used to start deepstack? Have you kept docker updated?
 

mayop

n3wb
Joined
Jul 20, 2020
Messages
29
Reaction score
22
Location
Canada
Can you share the command that you used to start deepstack? Have you kept docker updated?
This is the one I use

Code:
docker run --restart=always -e VISION-DETECTION=True -v localstorage:/datastore -p 81:5000 --name deepstack deepquestai/deepstack:cpu-x5-beta
Just change 81 to the port you want to use.
 

pbc

Getting comfortable
Joined
Jul 11, 2014
Messages
1,024
Reaction score
156
I had literally just run this "deepquestai/deepstack:cpu-x5-beta", so when I get back to my server will remove what's running and change it to the full command.
 

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
I had literally just run this "deepquestai/deepstack:cpu-x5-beta", so when I get back to my server will remove what's running and change it to the full command.
Needless to say the reason for my question was to understand how you were invoking deepstack as it seemed like that could be an issue. Did you check that you were running the latest version of docker?
 

pbc

Getting comfortable
Joined
Jul 11, 2014
Messages
1,024
Reaction score
156
Running version 2.3.0.5,,think it updated itself in the last 2 weeks.
 

cjowers

Getting the hang of it
Joined
Jan 28, 2020
Messages
107
Reaction score
36
Location
AUS
Hi All,

Looks like the new Deepstack GPU version is out!

Anyone try this yet?

DeepStack New GPU Version




Hello Everyone,
web are excited to share that the new GPU version of DeepStack is available.
This new version is significantly faster while using less gpu than any previous release.
And comes free with no need for activation.
run
deepquestai/deepstack:gpu


or
deepquestai/deepstack:gpu-x4-beta

Note that, this version works on both avx and noavx systems.

Your feedbacks are welcome and we look forward to further developing deepstack in partnership with you all to serve you better.
 

105437

BIT Beta Team
Joined
Jun 8, 2015
Messages
1,995
Reaction score
881
Hi All,

Looks like the Deepstack GPU version is out!

Anyone try this yet? I'll give it a go soon, very excited to see how it performs

DeepStack New GPU Version




Hello Everyone,
web are excited to share that the new GPU version of DeepStack is available.
This new version is significantly faster while using less gpu than any previous release.
And comes free with no need for activation.
run
deepquestai/deepstack:gpu


or
deepquestai/deepstack:gpu-x4-beta

Note that, this version works on both avx and noavx systems.

Your feedbacks are welcome and we look forward to further developing deepstack in partnership with you all to serve you better.
Hopefully a Windows 10 update is released at some point.
 
Joined
Nov 6, 2019
Messages
13
Reaction score
5
Location
Spring Texas
Hopefully a Windows 10 update is released at some point.
They said it works on Windows but I haven't gotten it to work yet using the ubuntu 18.04 or 20.04 Windows App.

However, installing it on a separate Ubuntu box DOES work!:
GPU MODE=High
GPU High.PNG
GPU MODE=Low
GPU-Low.PNG

This is nice to have working on the GPU - the memory utilization is quite low:
iqTMeT5.png

However I am getting similar times using just the CPU with this newest release:
CPU High:
CPU Beta 5 - High.PNG
CPU Low:
CPU Beta 5 - Low.PNG
 

cjowers

Getting the hang of it
Joined
Jan 28, 2020
Messages
107
Reaction score
36
Location
AUS
They said it works on Windows but I haven't gotten it to work yet using the ubuntu 18.04 or 20.04 Windows App.
Guess I'll wait for the native windows version (supposedly comes out in November).

However, installing it on a separate Ubuntu box DOES work!:
Awesome to see people having nice good results with the latest versions though, thanks for sharing your times with the different configurations. I've got similar hardware, so looking forward to a boost!
 
Last edited:

WildDoktor

Young grasshopper
Joined
Aug 25, 2020
Messages
76
Reaction score
11
Location
USA
So, how current are the instructions in the first post? If the following section is taken at face value, then the youtube video that many of us have used (2 cameras, hd and sd streams) is now not accurate any more?
2. / 3. Configure Blue Iris and AI Tool for alert flagging (recommended| v1.67 and up)
Also, that section doesn't seem "complete"; meaning, it tells how to setup your HD camera for triggering alerts and recording, but it fails to mention that you have to check the motion sensor as a source in the Trigger tab, then configure it, before you'll get any alerts sent to your aiinput folder. If it's missing that, is it missing anything else relevant?

I'm still struggling to get pictures texted to me with the subject of the alert. 99% of the time I just get a picture with nothing in it (except my empty front yard). Grrr...been fighting this for months. :-(
 
Top