Search found 85 matches

by MikeLud
Sun Mar 24, 2024 9:18 pm
Forum: Blue Iris 5
Topic: Nvidia drivers
Replies: 4
Views: 156

Re: Nvidia drivers

CUDA 11.8 should work with all modules
by MikeLud
Sat Mar 23, 2024 5:28 pm
Forum: Blue Iris 5
Topic: Nvidia drivers
Replies: 4
Views: 156

Re: Nvidia drivers

Use the Game Ready driver. Also use CUDA 11.8 not CUDA 12.x for this GPU. FYI when installing CUDA it comes with the Game Ready driver.
by MikeLud
Mon Feb 12, 2024 4:51 am
Forum: Blue Iris 5
Topic: Adding models to codeproject
Replies: 10
Views: 1001

Re: Adding models to codeproject

Also once you uncheck Auto start/stop with Blue Iris and restart Blue Iris service Enable GPU for the Object Detection (YOLOv5 .NET) module. This will allow the Object Detection (YOLOv5 .NET) module to use whatever GPU you have installed.

Screenshot 2024-02-11 234413.jpg
Screenshot 2024-02-11 234413.jpg (217.89 KiB) Viewed 749 times
by MikeLud
Mon Feb 12, 2024 4:38 am
Forum: Blue Iris 5
Topic: Adding models to codeproject
Replies: 10
Views: 1001

Re: Adding models to codeproject

Did you restart Blue Iris service? I am on the latest CodeProject.AI. Follow the bellow steps and this should populate the custom model list. FYI I am the creator of all the custom models. Uncheck Auto start/stop with Blue Iris Restarting Blue Iris service Screenshot 2024-02-11 233303.jpg service.jp...
by MikeLud
Mon Feb 12, 2024 12:49 am
Forum: Blue Iris 5
Topic: Adding models to codeproject
Replies: 10
Views: 1001

Re: Adding models to codeproject

The custom model list should auto populate. If it is empty restart Blue Iris service and it should look like the below

Screenshot 2024-02-11 194635.jpg
Screenshot 2024-02-11 194635.jpg (229.11 KiB) Viewed 765 times
by MikeLud
Sun Feb 11, 2024 2:37 pm
Forum: Blue Iris 5
Topic: Adding models to codeproject
Replies: 10
Views: 1001

Re: Adding models to codeproject

Blue Iris uses the Custom Object Detector List Models API to get the list of custom models.

https://www.codeproject.com/ai/docs/api ... ist-models
by MikeLud
Sat Dec 16, 2023 2:13 am
Forum: General discussion
Topic: Custom Models with CPAI
Replies: 6
Views: 9969

Re: Custom Models with CPAI

It depends which Object Detection module you are using. Most of my custom models are include when installing CPAI.
by MikeLud
Fri Dec 15, 2023 11:58 pm
Forum: General discussion
Topic: Custom Models with CPAI
Replies: 6
Views: 9969

Re: Custom Models with CPAI

It depends on what you want to detect , if you just what to detect person and vehicle then use ipcam-general.pt model.
by MikeLud
Thu Dec 14, 2023 2:47 pm
Forum: General discussion
Topic: CPAI Coral Detections not working
Replies: 13
Views: 501784

Re: CPAI Coral Detections not working

The custom models are faster and have better accuracy. I use ipcam-general on all my cameras.
I am working on a Coral module that will work with custom models.