Below is a python sample
https://blueirissoftware.com/forum/view ... 1298#p5021
Search found 85 matches
- Thu Apr 04, 2024 2:13 am
- Forum: Blue Iris 5
- Topic: JSON interface implementation
- Replies: 1
- Views: 688
- Sun Mar 24, 2024 9:18 pm
- Forum: Blue Iris 5
- Topic: Nvidia drivers
- Replies: 4
- Views: 2195
Re: Nvidia drivers
CUDA 11.8 should work with all modules
- Sat Mar 23, 2024 5:28 pm
- Forum: Blue Iris 5
- Topic: Nvidia drivers
- Replies: 4
- Views: 2195
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.
- Mon Feb 12, 2024 4:51 am
- Forum: Blue Iris 5
- Topic: Adding models to codeproject
- Replies: 12
- Views: 7278
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.
- Mon Feb 12, 2024 4:38 am
- Forum: Blue Iris 5
- Topic: Adding models to codeproject
- Replies: 12
- Views: 7278
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...
- Mon Feb 12, 2024 12:49 am
- Forum: Blue Iris 5
- Topic: Adding models to codeproject
- Replies: 12
- Views: 7278
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
- Sun Feb 11, 2024 2:37 pm
- Forum: Blue Iris 5
- Topic: Adding models to codeproject
- Replies: 12
- Views: 7278
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
https://www.codeproject.com/ai/docs/api ... ist-models
- Sat Dec 16, 2023 2:13 am
- Forum: General discussion
- Topic: Custom Models with CPAI
- Replies: 6
- Views: 14868
Re: Custom Models with CPAI
It depends which Object Detection module you are using. Most of my custom models are include when installing CPAI.
- Fri Dec 15, 2023 11:58 pm
- Forum: General discussion
- Topic: Custom Models with CPAI
- Replies: 6
- Views: 14868
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.
- Thu Dec 14, 2023 2:47 pm
- Forum: General discussion
- Topic: CPAI Coral Detections not working
- Replies: 15
- Views: 521851
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.
I am working on a Coral module that will work with custom models.