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

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
In the Status tab, is there a way to display the labels for the colors? I can't remember what each color is from the org app.
I now copy the files from the debug folder and paste in the AITool folder without deleting files first. keep backups.

You need to make sure the Camera Folder, JSON and SQLITE files don't get deleted.
 

Senor Pibb

Getting the hang of it
Joined
May 22, 2020
Messages
77
Reaction score
36
Location
Greer, SC
I now copy the files from the debug folder and paste in the AITool folder without deleting files first. keep backups.

You need to make sure the Camera Folder, JSON and SQLITE files don't get deleted.
I am sure I am missing something. The labels are stored in the JSON or SQLITE? I can go back and look for them. I do the following: make backup of current folder, copy new files from zip of new ai tool to current folder. attempt to run and test. restore if needed. But I must have missed something. can you suggest where the labels are stored for the status tab.?
 

MnM

Young grasshopper
Joined
May 14, 2014
Messages
95
Reaction score
20
I am using a separate virtual Ubuntu for deepstack

I login to my Ubuntu server and issue this command (replace deepsatckai with your container name)

sudo docker logs -f deepstackai

I posted a few pages back my configuration:

 

tripp396

Getting the hang of it
Joined
Jun 18, 2020
Messages
65
Reaction score
30
Location
Minnesota
I am using a separate virtual Ubuntu for deepstack

I login to my Ubuntu server and issue this command (replace deepsatckai with your container name)

sudo docker logs -f deepstackai

I posted a few pages back my configuration:

That is interesting. I'm using a similar setup and my times are close to a full second. Half that when using deepstack right there on the windows server
 

MnM

Young grasshopper
Joined
May 14, 2014
Messages
95
Reaction score
20
I believe is all to do with the individual components.
I use Samsung 970 Pro NVMe M.2 1Tb for my virtual servers (OS drives) and spinning disks (7200prm) for Data drives. It gives my next to 0 latency.
 

tripp396

Getting the hang of it
Joined
Jun 18, 2020
Messages
65
Reaction score
30
Location
Minnesota
I believe is all to do with the individual components.
I use Samsung 970 Pro NVMe M.2 1Tb for my servers. It gives my next to 0 latency.
Makes sense, just running off spinning drives right now for my server.
 

MnM

Young grasshopper
Joined
May 14, 2014
Messages
95
Reaction score
20
My BlueIris server is like - using the Samsung NVME for OS, Intel DC S3710 800GB SSD (write intensive it will last me a minimum of 15 years) for 1st drive where BI records 24/7 and generates the alert files (it also has the BI DB and files) - then I have spinning drive where I archive BI recordings and alerts to. Again next to 0 latency for BI virtual server.
 

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
If you don't mind helping a newbie ... how / where are you getting this data from? I am running the docker version on Unraid.
Just install the latest version on deepstack and you may experience near realtime analysis . Check out my earlier post.
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
I am sure I am missing something. The labels are stored in the JSON or SQLITE? I can go back and look for them. I do the following: make backup of current folder, copy new files from zip of new ai tool to current folder. attempt to run and test. restore if needed. But I must have missed something. can you suggest where the labels are stored for the status tab.?
I was replying to visual studio method not the zip file but all the settings are in;

AITool.Settings.JSON
 

balucanb

Getting the hang of it
Joined
Sep 19, 2020
Messages
146
Reaction score
23
Location
TX

Use the lower links and note they are going over to docker only I believe ;

Run
deepquestai/deepstack:latest
or
deepquestai/deepstack:cpu-x5-beta

It's much much faster. :) :) :)

View attachment 73095
Docker Only- :(
 

MnM

Young grasshopper
Joined
May 14, 2014
Messages
95
Reaction score
20
@Tinbum

Will be able to put a dummy guide for compiling from github? That's one area I don't have much experience in and I will like to shorten the wait for new versions by being able to compile myself
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
@Tinbum

Will be able to put a dummy guide for compiling from github? That's one area I don't have much experience in and I will like to shorten the wait for new versions by being able to compile myself
I put a basic guide is on here quite a few pages ago and a link to it again a couple of pages back.

Oh and note that if you are pulling commits from github that their may well be bugs. The zipped file has normally been tested by a few people first so a lot, though not all bugs may have been found.
 
Last edited:

MnM

Young grasshopper
Joined
May 14, 2014
Messages
95
Reaction score
20
I put a basic guide is on here quite a few pages ago and a link to it again a couple of pages back.

Oh and note that if you are pulling commits from github that their may well be bugs. The zipped file has normally been tested by a few people first so a lot, though not all bugs may have been found.
Found it - thanks. I might give it a try and see how it goes
 

Village Guy

Pulling my weight
Joined
May 6, 2020
Messages
291
Reaction score
161
Location
UK
Docker Only- :(
Probably not !

Copied from deepstack forum: We can build a native gpu version for Windows, it will not be docker based. The reason behind the idea of WSL is to keep everything docker however, as you said there is need for a native windows version.
 

balucanb

Getting the hang of it
Joined
Sep 19, 2020
Messages
146
Reaction score
23
Location
TX
Ok- I know there is a guide of sorts on page 1 about using Docker. But if you are like me it is very hard to know how to do this because I am not that smart in all this stuff I see - Docker, Docker for windows, VM, Ubuntu, noavx, Linux, container, portainer and on and on. I just want to keep using my windows set up until it stops working then I guess I'm out, because I have no idea how to switch this all over to using "DOCKER" do I have to delete the current DQAI stuff off the computer? Do I just install it all over the top of everything, I run everything of a separate WIN 10 pro box, can I still do this with DOCKER? Do I really have to run this part on 1 computer and the other part on another computer? I know I sound like a whinny little BIAAA#$CH and I am sorry but for a real novice it is very very frustrating. Can anyone guide me to a real Barney style example of how to do this since we know the windows version is outta here. I really would like to keep up since i truly enjoy all the super hard work everyone has put into this. Thanks.
 

balucanb

Getting the hang of it
Joined
Sep 19, 2020
Messages
146
Reaction score
23
Location
TX
Probably not !

Copied from deepstack forum: We can build a native gpu version for Windows, it will not be docker based. The reason behind the idea of WSL is to keep everything docker however, as you said there is need for a native windows version.
That would be wonderful! See my whiny post- could have not stressed out now that I see your post LMAO.
 

blargrx

n3wb
Joined
Oct 28, 2018
Messages
13
Reaction score
11
Location
Stockton, CA
Hello! Just found this awesome project. As someone just starting all of this, Is there an updated guide somewhere? Do you just follow GP guide on page 1? I've tried to read over the most recent 25 pages but it's quite a bit more technical than I'm able to wrap my head around. I see the link to Chris Dodge's fork on github, do you install that after you get finish setting up GP original version? I've got a dedicated win 10 computer running just BI. Sorry for all the beginning questions, I don't fully understand how all of it works, so that's why I was looking for a step by step guide. Thanks!
 
Top