Recent content by hapstabu

  1. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    Yes. Windows 11 for Blue Iris. Ubuntu 24.0x for Frigate NVR, Nagios and a couple of other things. Currently on the Windows machine, CPAI version 2.9.7 image on Docker Desktop using WSL Ubuntu back end. Much faster than the other Linux machine. Seeing if it is more reliable. Moving away from...
  2. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    I'm basically doing what I read another user doing a while ago. Blue Iris as a 24/7 dvr, and Frigate NVR for alerts and notifications.
  3. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    Failed again Thursday morning. Switched to ObjectDetectionCoral, but the accuracy is so bad, that I just can't use it. I fired up Docker ver 2.9.7 image on a Ubuntu machine. It's running but terribly slow. Like 1.5 seconds per inference. But it is functional at this time using Object Detection...
  4. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    Actually, Periodic scan was already off, static object detection was also off for a long time, I had problems with it almost a year ago, and had never turned it back on. I did work on reducing nothing found inferences by masking some distant areas to keep from triggering on motion in the...
  5. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    Happened again twice in the last 48 hours or so. I checked the alerts and the data files associated with them. Dat files show all the images, but returning nothing found from the model that was used. If I pass the image to CPAI with the model after restarting the object detection, it is...
  6. H

    CodeProject.AI 2.9.5 w/YOLOv5.NET (GPU/DirectML) memory growth/leak

    If you are going to try Frigate, use Microsoft Visual Studio Code on your Linux machine. And there is a way to point to the yaml-language-server in the Frigate API. Put this in the first line: #yaml-language-server:$schema=http://###.###.###.###:5000/api/config/schema.json This helps a lot to...
  7. H

    Is CPAI the go-to for people alerts?

    If you would like to get notifications (to your phone) working take a look at this. I moved to this from using Home Assistant. For me, Home Assistant was just too much to just send notifications. I'm using it to send notifications to Pushover. https://frigate-notify.0x2142.com/v0.3.1/ Also...
  8. H

    Running Bi and CPAI VMs

    Good deal. If I may ask, what version of Blue Iris are you using? It seems like an older one from your screen shots. It doesn't matter, as long as it works. Good luck. Sent from my iPlay_50 using Tapatalk
  9. H

    Code Project AI Server ver 2.9.5 Linux Port 5000 conflict?

    Well, it seems to work now as it should. I don't know if I made a mistake, or if rebooting several times fixed it. Sent from my iPlay_50 using Tapatalk
  10. H

    Code Project AI Server ver 2.9.5 Linux Port 5000 conflict?

    A while ago, I remember having to change from False to True in this AppSettings.json file to keep Code Project AI Server from using port 5000: "ServerOptions": { / Whether or not to disable port 5000 (5500 on mac) so it's free for something else "DisableLegacyPort": true, I set...
  11. H

    Running Bi and CPAI VMs

    So, on the main AI page, you have Default Objects selected, then in the camera models field, you are telling Blue Iris to not use default objects. That could explain this behavior. If you want to use a custom model, on the main AI page, check Custom Models and uncheck Default Objects. Then...
  12. H

    Running Bi and CPAI VMs

    IIRC, this was used when we did not have the Custom Models / Default Objects option check boxes on the main AI page. See: Post in thread 'Blue Iris Long Delay with CodeProject Object Detection' Blue Iris Long Delay with CodeProject Object Detection
  13. H

    Running Bi and CPAI VMs

    Upon looking at your AI window, I believe the Objects:0 in the Custom Models field may be the issue. I don't think we've used that for years. I know I haven't.
  14. H

    Running Bi and CPAI VMs

    Ken does keep changing the UI and organization of the menu system, but I have not really changed anything substantial for years.
  15. H

    Running Bi and CPAI VMs

    Ken does keep changing the UI and organization of the menu system, but I have not really changed anything substantial for years.