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

Nevermind, forgot to put "docker run" in front of it..
 
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
 
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.
 
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.
 
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?
 
Running version 2.3.0.5,,think it updated itself in the last 2 weeks.
 
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.
 
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.
 
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
 
  • Like
Reactions: cjowers
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:
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. :-(
 
Yes, should be next month. Latest gpu version was supposed to work with WSL v2, but that may have some challenges.
I tried yesterday to install it using docker desktop and wsl2 but am struggling. The files to download are many GB in size. I only have a 2mb internet connection and I'm struggling to get CUDA toolkit to install so I'm giving up and waiting until a windows version is out.
 
I keep getting this error when trying to draw a custom mask...because the fire hydrant across the street is not, in fact, a person. :-)

VorlonCD 1.81
BI 5.3.3.11
Windows 10

A generic error occurred in GDI+. Continue, Quit.

** Exception Text **
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
at AITool.Frm_CustomMasking.btnSave_Click(Object sender, EventArgs e) in D:\Documents\Projects\_GIT\VorlonCD\bi-aidetection\src\UI\Frm_CustomMasking.cs:line 376
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
I keep getting this error when trying to draw a custom mask...because the fire hydrant across the street is not, in fact, a person. :)

VorlonCD 1.81
BI 5.3.3.11
Windows 10

A generic error occurred in GDI+. Continue, Quit.

Exception Text
System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
at System.Drawing.Image.Save(String filename, ImageCodecInfo encoder, EncoderParameters encoderParams)
at AITool.Frm_CustomMasking.btnSave_Click(Object sender, EventArgs e) in D:\Documents\Projects\_GIT\VorlonCD\bi-aidetection\src\UI\Frm_CustomMasking.cs:line 376
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Have you got a cameras folder in your aitool program folder?
 
  • Like
Reactions: MorningZ