Search results

  1. caduceus26

    BI with CodeProject AI in Docker using Custom Models

    I added C:\MyCustomModels folder to Docker to test the ipcam-combined.pt model. My detection times shot through the roof. I went from xxxms - xxxxms (with a occasional xxxxxms) to xxxxxms (with occasional xxxxxxms, and many AI timeouts, even after increasing timeout threshold from 15 ms to 25...
  2. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    The Docker setup allowed me to get past version 2.0.8, which was the last Windows installer that worked for me (see my initial post in this thread.) I tried the Windows installer with 2.1.3 and 2.1.6 and was never able to get it running. Tmushy recommending trying Docker in the thread and I...
  3. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    I use the GUI Windows Docker Desktop to upgrade.
  4. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    That's a personal choice and there is no right or wrong way. Both work. Choosing to keep everything in one container simplifies the matter. My choice is to keep the settings outside of the Docker container so that I don't have to keep resetting them after an image upgrade. I could go either way...
  5. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    Running CodeProject.AI Server in Docker I read through and followed the steps contained in the link above, first uninstalling CPAI 2.0.8 and deleting its folders under Program Files and ProgramData. Under "Running a Docker container" I opted for #2 - "Save settings and downloadable modules in a...
  6. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    I stumbled my way through the Windows Docker setup for CPAI. So far, 2.1.8-beta is working very well. Thanks again for the suggestion.
  7. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    My experience has been the exact same as yours with 2.1.6 and 2.1.3. The installation difference in time is due to the changes in the way the later versions install some of the modules (after the initial installation.)
  8. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    I've never run Docker. I may give it a try. Thanks.
  9. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    Thanks for confirming.
  10. caduceus26

    CodeProject.AI 2.1.6 Sever Offline?

    The subject title is what is showing on the dashboard and the log is showing alerts cancelled because AI not responding (obviously.) According to the log CodeProject.AI stopped responding at around 10:11 AM today, before I did the update. The new version requires an uninstall of previous version...
  11. caduceus26

    Edit motion zones displaying black screen with outline of mapped zones

    It definitely wasn't happening when I installed BI 5 in May '21. However, it's been going on for several months now but I can't determine when it started. I'm on 5.5.6.10 right now.
  12. caduceus26

    Edit motion zones displaying black screen with outline of mapped zones

    I am having the same issue. I take it from the lack of responses that not many other users are having this problem, or that no one has found a cause/solution.
  13. caduceus26

    Edit motion zones displaying black screen with outline of mapped zones

    Sometimes the image will appear briefly but as I start to draw the areas to be mapped the image switches to black with yellow outlines. This is something that has just started. I've been running v5.5.4..7 since 1/20 and this was not a problem earlier.
  14. caduceus26

    Python driving up CPU utilization in Blue Iris?

    Follow-up response to all the excellent recommendations I received from you guys: I've managed to get CPU utilization back down to the 20-40% range. There were a combination of things I did, some based on the suggestions I received here. Also, as we learned a long time ago -- "Check your work!"...
  15. caduceus26

    Python driving up CPU utilization in Blue Iris?

    Good feedback. I avoid hotspots for that reason. I've spent considerable time masking and eliminating duplicate areas being triggered on multiple cameras. However, after reviewing the masking I've found several areas that could have been done better. I'll leave object detection off as is for the...
  16. caduceus26

    Python driving up CPU utilization in Blue Iris?

    Thanks for your response. I'm short on BI experience (8 months or so) but have been installing, supporting and working with desktop/servers/networks and surveillance cams for a while now. BI is the best most cost effective surveillance software I've come across in that time. Optimizations were...
  17. caduceus26

    Python driving up CPU utilization in Blue Iris?

    Thanks for your response. I have EVERY optimization set, plus substreams, and as you know direct-to-disk is most critical in the optimization process. I've actually set up two additional BI platforms for friends and relatives (less cameras) they are running in 5-15% CPU utilization range...
  18. caduceus26

    Python driving up CPU utilization in Blue Iris?

    Thanks for the response. My running apps are: BI, Deepstack, Dropbox, Splashtop Streamer (for remote access), MalwareBytes, Network Time Protocol, EaseUS todo Backup, and Amcrest Config Tool. All of these apps were on the system and running fine before the CPU started spiking. I think that...
  19. caduceus26

    Python driving up CPU utilization in Blue Iris?

    Beginning around a week ago or so, my CPU utilization started spiking at 100%. It was consistent at around 15-40% before. Checking task manager I saw that the two processes chewing up CPU were BI and Python with Python hitting 30-40% range at times, and sometimes with multiple instances. We...
  20. caduceus26

    PTZ controls missing in UI3

    That was it. I completely overlooked it. Thanks a mil!
  21. caduceus26

    PTZ controls missing in UI3

    I've looked all over for an answer on this. I set up users (wife and daughters) and they are getting the PTZ controls. My user is not. I,ve looked at every setting in UI3 and don't see anything that would do this. In addition, I added the UI3 override in www directory so that we all have the...
  22. caduceus26

    Added Dark Model... process times slower?

    Confirmed that the detection model string is case-sensitive. After changing from Objects:0,dark to objects:0,dark the dark model is the only one running.
  23. caduceus26

    Added Dark Model... process times slower?

    One thing I hadn't considered is the possibility that the parameter might be case-sensitive (Objects:0 vs. objects:0). I'll try all lower-case and see if that makes a difference.
  24. caduceus26

    Added Dark Model... process times slower?

    Thanks for the reply. I do have objects:0 as indicated in my previous posts. It does not appear to be working as some other posters have indicated as well.
  25. caduceus26

    Added Dark Model... process times slower?

    So, here are my results from attempting to further troubleshoot after setting up the dark custom model. Disclaimer: This last test is with some construction activity (a Bobcat grader spreading dirt) on three cameras in the back yard. Continuous + Alerts is set, and the alerts are disabled. : I...
  26. caduceus26

    Added Dark Model... process times slower?

    The Objects:0 isn't working for me. I set "Use custom model folder ON with C:\DeepStack\MyModels in the Global AI tab and individual cameras (6) to Trigger-> Artificial Intelligence->Custom models--Objects:0 to disable the default detection. I noticed that I am getting both "Person" and...
Top