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

Thanks, actually I got it working with this:

Code:
docker run --restart=always -e VISION-DETECTION=True -e API-KEY="" -v localstorage:/datastore -p 81:5000 --name deepstack deepquestai/deepstack:gpu

1596233278915.png
 
  • Like
Reactions: djernie
It also seems to be using the Nvidia GPU as I can see that GPU's usage increase as folks walk by. Cool.
 
It also seems to be using the Nvidia GPU as I can see that GPU's usage increase as folks walk by. Cool.

Nice one. The gpu version didn't seem to work on mine. Do you notice any decrease in computation time using the gpu version (looks like 1.06s above)?
 
Last edited:
Nice one. The gpu version didn't seem to work on mine. Do you notice any decrease in computation time using the gpu version (looks like 1.06s above)?

Not sure what it was before unfortunately.
 
I just upgraded to 1.67 and am trying to get the memo=[summary] function to work. Here is the URL I am using [ip]:81/admin?trigger&camera=LivingRm&memo=[summary]&user=[user]&pw=[pw], but I do not see the summary show up in BI. It is only showing the "bvr H265 New" at the bottom of the clip. Is there something else I need to configure in BI to have it show on the clips? Running BI 5.3.1.5 Any help is greatly appreciated!
 
  • Like
Reactions: djernie
Hmmm...since last night I have been getting these errors:

[31.07.2020, 23:01:38]: ERROR: Can't write to cameras/history.csv!
[31.07.2020, 23:01:38]: ERROR: Can't write to cameras/history.csv!
[01.08.2020, 00:00:57]: ERROR: Processing the following image 'D:\aiinput\Southwall.20200801_000056130.jpg' failed. Failure in AI Tool processing the image.
[01.08.2020, 01:15:47]: ERROR: Processing the following image 'D:\aiinput\Driveway.20200801_011407299.jpg' failed. Can't reach DeepQuestAI Server at .
[01.08.2020, 01:17:27]: ERROR: Processing the following image 'D:\aiinput\Driveway.20200801_011411299.jpg' failed. Can't reach DeepQuestAI Server at .

In the AITool.

Deepstack is definitely activated, but no images going to it when I view the dashboard. Does it imply vision/detection is not turned on?

1596287523247.png
 
@pbc Whenever I got the little boxes above v1/backup I had a problem with deepstack. Proabably did not load properly
Strangely the only way I get deepstack to work is if I use the :noavx parameter even though I have an i7 8700 cpu which has avx2
I stop deepstack with docker stop containerid then docker rm containerid and redo the run command
 
@pbc Whenever I got the little boxes above v1/backup I had a problem with deepstack. Proabably did not load properly
Strangely the only way I get deepstack to work is if I use the :noavx parameter even though I have an i7 8700 cpu which has avx2
I stop deepstack with docker stop containerid then docker rm containerid and redo the run command

Do have virtualisation enabled in the BIOS, I suppose you must have else I think Docker wouldn’t install.
 
Yes, virtualization is enabled. I deleted the container and reran the same script to run it again, appears to be working for now.

But I still have those boxes on top of the v1/backup. See how long it works for.

1596290236014.png
 
Good morning guys!

I would like to know if there is any way to reactivate the close confirmation?? by mistake I choose not to ask me again...
 
Good morning guys!

I would like to know if there is any way to reactivate the close confirmation?? by mistake I choose not to ask me again...
This information is held in the registry. I resolved the issue by searching for aitool with the registry editor and deleting every entry. This resolved the issue without any side effects but as the saying goes your mileage may vary.


Sent from my SM-T720 using Tapatalk
 
Good morning guys!

I would like to know if there is any way to reactivate the close confirmation?? by mistake I choose not to ask me again...

Alternatively, go to %localappdata%\WindowsFormsApp2\, select the folder with the most recent date, and delete it. That should reset this value.

I decided to make a one-time confirmation dialog "Do you want to confirm closing AI Tool" and counter-intuitively placing NO where one would usually click. This should ensure it doesn't feel like the adware programs we accidently install every now and then, which annoy us with dozes of "do you really want to remove this super amazing software - don't miss this great deal!!". I think you (as the user and owner of the PC) should be in charge, should be clearly informed and not patronized by the software on YOUR pc. Windows 10 is a terrible example and I'm trying to set a good example: local analysis, transparency, clear interface and - in case - easy uninstall and reverting if you don't like it etc.
 
I just upgraded to 1.67 and am trying to get the memo=[summary] function to work. Here is the URL I am using [ip]:81/admin?trigger&camera=LivingRm&memo=[summary]&user=[user]&pw=[pw], but I do not see the summary show up in BI. It is only showing the "bvr H265 New" at the bottom of the clip. Is there something else I need to configure in BI to have it show on the clips? Running BI 5.3.1.5 Any help is greatly appreciated!
Rest assured you are not alone. I have the same issue.:(
 
I just upgraded to 1.67 and am trying to get the memo=[summary] function to work. Here is the URL I am using [ip]:81/admin?trigger&camera=LivingRm&memo=[summary]&user=[user]&pw=[pw], but I do not see the summary show up in BI. It is only showing the "bvr H265 New" at the bottom of the clip. Is there something else I need to configure in BI to have it show on the clips? Running BI 5.3.1.5 Any help is greatly appreciated!

Try this:

BI IP:port/admin?camera=LivingRm&trigger&memo=[summary]&user=XXXX&pw=XXXXX


Sent from my iPhone using Tapatalk
 
  • Like
Reactions: Village Guy
I just upgraded to 1.67 and am trying to get the memo=[summary] function to work. Here is the URL I am using [ip]:81/admin?trigger&camera=LivingRm&memo=[summary]&user=[user]&pw=[pw], but I do not see the summary show up in BI. It is only showing the "bvr H265 New" at the bottom of the clip. Is there something else I need to configure in BI to have it show on the clips? Running BI 5.3.1.5 Any help is greatly appreciated!

In addition to pmcross' answer:

1. Ist BI on port 81?
2. {user} and {pw} need to be replaced, but not [summary]
3. I'm not quite sure, but it could be that there must be at least a few milliseconds between creating a trigger and tagging it with memo=[summary]. So triggering and adding the summary must happen with two subsequent url calls