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

Tinbum

Pulling my weight
Joined
Sep 5, 2017
Messages
448
Reaction score
126
Location
UK
have you tried reinstalling dot NET 8?
 

chumoface

n3wb
Joined
Mar 26, 2022
Messages
4
Reaction score
1
Location
dc
have you tried reinstalling dot NET 8?
Yes, I also reinstalled visual studio installer and NET 6 in addition to 8

AI Tool version 2.2.24.8133 works fine

running
dotnet --list-runtimes

returns
Microsoft.AspNetCore.App 6.0.20 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.4 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.16 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.4 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 6.0.16 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.1 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.4 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
 

Chris Dodge

Pulling my weight
Joined
Aug 9, 2019
Messages
94
Reaction score
117
Location
massachusetts

Chris Dodge

Pulling my weight
Joined
Aug 9, 2019
Messages
94
Reaction score
117
Location
massachusetts
Yes, I also reinstalled visual studio installer and NET 6 in addition to 8

AI Tool version 2.2.24.8133 works fine

running
dotnet --list-runtimes

returns
Microsoft.WindowsDesktop.App 6.0.16 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Sorry, missed this.

When I look at the installer code it is literally calling 'dotnet --list-runtimes' and simply making sure '
Code:
Microsoft.NETCore.App 6.0.
' appears in the list.

It outputs the result of that command to "%TMP%\dotnet.txt" then deletes it when its done.

Perhaps if your %TMP% environment variable (as apposed to %TEMP%) is not set to a valid folder that could be a factor.

Can you get to it if you enter %TMP% in a file explorer address bar, or do you get an error?

You can force a log file to be created for the install that might help. Run this from an administrative command prompt:

Code:
"C:\PathToSetup\AIToolSetup.2.6.53.exe" /LOG="%TEMP%\AITOOLSETUP.LOG"
 

dohat leku

Getting the hang of it
Joined
May 19, 2018
Messages
302
Reaction score
30
Location
usa
Guys - getting deepstack: timeout on all my alerts that are landing up in canceled alerts. My BI 5.5.5.13 x64 and Deepstack are from 2022. How do I find my deepstack version to post here and would this script running on a daily basis possibly work - saw it on reddit

del C:\DeepStack\redis\*.rdb

del C:\Users\username\appdata\Local\Temp\DeepStack\. /q
 

dohat leku

Getting the hang of it
Joined
May 19, 2018
Messages
302
Reaction score
30
Location
usa
I'm also open to updating deepstack to the latest as long as it's a good move and it'll work with an old 2022 BI 5.5.5.13. vs just being safer to simply stay with an older version
 

Chris Dodge

Pulling my weight
Joined
Aug 9, 2019
Messages
94
Reaction score
117
Location
massachusetts
I'm also open to updating deepstack to the latest as long as it's a good move and it'll work with an old 2022 BI 5.5.5.13. vs just being safer to simply stay with an older version
Deepstack is a dead product and has been for a few years.

Uninstall deepstack, delete it and never look back. Use CodeProject.AI. They keep it up to date and it has a nice web interface for installing updates and components:

The latest version of AITOOL works great with it. Or use the latest version of BI directly with CodeProject and skip AITOOL if you like. Its not as powerful or flexible but it gets the job done.
 

dohat leku

Getting the hang of it
Joined
May 19, 2018
Messages
302
Reaction score
30
Location
usa
So I have to install codeproject, then AItool. Got it - do you think it would work well with an older version of BI from 2022 - 5.5.5.13 - I guess it would because all BI is doing is simply sending it alerts and awaiting a response right?
 
Top