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

johnny2678

n3wb
Joined
Apr 20, 2016
Messages
28
Reaction score
1
Looks like I can't use Docker. I am using Win10 Home. I need to upgrade to pro someday. I am wondering if using Win10 Home is part of the problem too.

L8tr
d
I have Windows 10 Home - I run deepstack in a docker container on an Ubuntu VM. Performance is still better than the Windows version of Deepstack, which ground my machine to a halt after running for a few days. maybe mem leaks.
 
Joined
Dec 3, 2018
Messages
26
Reaction score
8
Location
Florida, Treasure Coast
I have Windows 10 Home - I run deepstack in a docker container on an Ubuntu VM. Performance is still better than the Windows version of Deepstack, which ground my machine to a halt after running for a few days. maybe mem leaks.
That is good to know. I will have to look into that. Thanks

L8tr
d
 

GentlePumpkin

IPCT Contributor
Joined
Sep 4, 2017
Messages
193
Reaction score
321
Hi, do you have a github link for you project? I'm software engineer, i would really like to contribute and add the face detection! ;)
I'm planning to make this open source with the next version which btw is coming in the next days :D. Regarding the face detection and especially the face recognition feature that DQAI can provide I must say that I tested them with CCTV images and was not satisfied, but that might have changed since I did the testing.
 
  • Like
Reactions: MnM
Joined
Aug 29, 2019
Messages
14
Reaction score
18
Location
dssdfwww
ahh good to know! I will test it. Let me know when you have it on github. I can also add window service script in your project without external tool. ;)
 
Joined
Aug 31, 2019
Messages
1
Reaction score
0
Location
Oklahoma
I'm planning to make this open source with the next version which btw is coming in the next days :D. Regarding the face detection and especially the face recognition feature that DQAI can provide I must say that I tested them with CCTV images and was not satisfied, but that might have changed since I did the testing.
Excellent news! I would be happy to contribute as well! I would like to see MQTT integration and the ability to report direction of movement. I was very happy when I ran across this application as I was getting ready to sit down and start creating something similar from scratch. Thanks!
 

GentlePumpkin

IPCT Contributor
Joined
Sep 4, 2017
Messages
193
Reaction score
321
update v1.62
I spent a lot of time to implement the following features and to ensure that the latest AiTool release runs reliably:
  • Quickly browse the alert history by filtering which entries are shown (specific camera, only relevant alerts, only irrelevant alerts).
  • Set optional confidence limits so that an alert is only triggered if p.e. AiTool is more than 80% sure.
  • If only irrelevant objects were detected in an image, the History tab now actually shows what was detected, where and how certain AiTool is. Irrelevant detections get a gray rectangle, relevant detections a red one.
  • The cooldown now can be a decimal digit, so p.e. "1.5" gives you 1:30 minutes of cooldown time.
  • Added a detection Timeline in the Stats tab. Give it a few days to be filled with data and you can use it as a reference to optimize your inputting motion detection etc.
  • Below the Timeline is a chart that shown how often AiTool is how confident about it's detections. The green line shows the relevant detections and the yellow line the irrelevant detections.
  • Errors and warning now will automatically be sent to your Telegram account if you added one.
  • optimized Log
  • Alot of under the hood work that enhances speed and stability (hopefully for everyone :D)
 

johnny2678

n3wb
Joined
Apr 20, 2016
Messages
28
Reaction score
1
raced to download the latest (1.62), replaced everything but the camera folder, but when I run aitool.exe nothing happens. Anyone else?
 

sansnil

n3wb
Joined
Oct 7, 2016
Messages
12
Reaction score
3
Not sure this will do it for you but it looks like the history .csv file lives in the camera folder now. Maybe try copying in from the 1.62 zip.
 

johnny2678

n3wb
Joined
Apr 20, 2016
Messages
28
Reaction score
1
Not sure this will do it for you but it looks like the history .csv file lives in the camera folder now. Maybe try copying in from the 1.62 zip.
thx. tried copying it over but still no go.

it works for you?
 

sansnil

n3wb
Joined
Oct 7, 2016
Messages
12
Reaction score
3
Drat. It does work but I'm seeing a Windows error when launching which for me seems cosmetic as it still works after I dismiss the message. I sent a note to GentlePumpkin already as I'm sure he can track it down but it may not be the same as your issue given you don't see it working at all.
 

johnny2678

n3wb
Joined
Apr 20, 2016
Messages
28
Reaction score
1
yea, I had the windows error when launching all prior versions.

Going to try a restart ;)
 
Joined
Oct 16, 2018
Messages
1,659
Reaction score
5,465
Location
Florida, USA
I just upgraded and had to set the input folder and the web server port for DeepStack. The input path was blank and the url was set to the default, port 81 and I am using 80.

5FB8579A-8CE2-4683-92E2-333E2E41F389.jpeg
 

johnny2678

n3wb
Joined
Apr 20, 2016
Messages
28
Reaction score
1
clean install doesn't work either. double clicking the exe just results in a quick blue circle spin and then nothing. no processes running.
 

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
446
Reaction score
126
Location
UK
Have you checked anti virus settings? (My AVG always checks the file online for a while before opening it with every update).

Possibly try deleting the history.csv file (keep a copy) or have a look at the history file in explorer (don't open it) as you start the software and see if its size keeps changing between xxxKb and 0. If the size is changing try deleting it and let the software generate a new one.
 
Last edited:
Top