Search results

  1. H

    CodeProject.AI Version 2.0

    Code project AI ver 2.0.8 I had an issue yesterday where Code project stopped analyzing images but kept queing images for quite a while. Blue Iris kept recording for about 7 more hours until it quit. This morning, I had no user interface, the machine was hung. I manually rebooted a couple times...
  2. H

    CodeProject.AI Version 2.0

    Excellent idea. That may shed some light as to what is going on. I just found out recently if you have analysis details selected, and do a ctrl-double click on an alert, it will show you what has gone on with the ai. Sorry, that's all the ideas I have. My experience is there are WAY too many...
  3. H

    CodeProject.AI Version 2.0

    I occasionally turn this on if I am getting what appears to be false alerts, just to see what is triggering the AI. If you are getting "notifications" that very, it might be on the alerts actions on alert action set page. On Configure push notification page, there is an option to send rich push...
  4. H

    CodeProject.AI Version 2.0

    So it's the checkbox above the ALPR section label. This is a setting for each camera. Some cameras can be checked, and others not. If you want to see those boxes and labels, then check the "Burn labels" checkbox, if you don't, then uncheck that box. If you want it to be consistent, you would...
  5. H

    CodeProject.AI Version 2.0

    Camera Settings - Trigger - Artificial Intelligence - Burn label mark-up onto alert images Check box on the AI window per camera. Above ALPR section.
  6. H

    CodeProject.AI Version 2.0

    FYI, for anyone who hasn't found this yet, Windows will not start services set to delayed start until all services set to automatic start first. I tried this, and I waited a long long time, and finally set both services back to automatic. It turned out that I sorted the service list by startup...
  7. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    OK, here is where I am. Changing the driver for the GT 710 had no effect. Updating to CPAI version 2.07 had no effect. Anytime I google the cuda error, I keep coming across the fact that the pytorch in cuda 10.2 only supports compute of 3.7 or higher, would have to compile pytorch again for a...
  8. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    OK, I guess I have OCD about this. I keep saying I'm going to give up on this and just let the Jetson run it. I'm reading that nvidia-smi will show what version of CUDA the Nvidia driver will support. The command nvcc --version will show the current CUDA version installed. Reference...
  9. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Odd. This is what I see. I might need to dig through the registry. I did this before to get rid of all traces of CUDA, I was having a similar error problem trying to run Deepstack in Docker in WSL. As I recall, I had to look and look and delete everything I found until the error went away. I...
  10. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Also, nothing works in the CPAI Explorer page for Object Detection or Custom Object Detection. I will check and see if I have some pieces of CUDA 11 on the machine...
  11. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    No joy so far. Getting the following in the CPAI log: 2023-01-27 12:12:59: Object Detection (YOLOv5 3.1): Detecting using ipcam-combined in Object Detection (YOLOv5 3.1) 2023-01-27 12:12:59: Object Detection (YOLOv5 3.1): Unable to load model at C:\Program...
  12. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    MikeLud1; Did anything ever come of this testing for module(s) for older Nvidia GPUs? I've been using a GT710, a Kepler based gpu, and I actually couldn't get it to work with Deepstack. The error indicated that the Pytorch version didn't support a card that old. It seems you would have to use...
  13. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Mike, where in Tapatalk is this new thread located? The original was under What's New. I don't see the new thread yet.
  14. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I tried an earlier version of the app in Docker, and found that because I was using docker with WSL, it was insisting on a Linux driver. You could try unchecking Use WSL on the docker options page if you haven't already.
  15. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Yes, at the beginning, I thought all I needed was an Nvidia card. So I bought this one, it was available and budget friendly. Lately, I've been referencing this page: https://arnon.dk/matching-sm-architectures-arch-and-gencode-for-various-nvidia-cards/ Shows what cards are supported by...
  16. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    This is what I got when I tried to use DeepStack on this machine with the GT 710. I actually tried going back to earlier versions of Deepstack and Cuda, and got really mixed up. When I tried the CPAI explore window, I got either no results, or an error message "Couldn't start module." I'm back...
  17. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    I tried, I just get this: 8:29:32 PM: Object Detection (YOLO): Object Detection (YOLO) started. 8:29:32 PM: CodeProject.BackendProcessRunner: C:\Program Files\CodeProject\AI\AnalysisLayer\bin\python37\venv\lib\site-packages\torch\cuda\init.py:120: UserWarning: 8:29:32 PM...
  18. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Congratulations to the CodeProject.AI development team on version 1.6. I was able to install the application, disable all modules except the Object Detection (YOLO), and change them all to CPU. I then basically just changed the IP address and port for the AI in Blue Iris, and immediately began...
  19. H

    5.5.8 - June 13, 2022 - Code Project’s SenseAI Version 1 - See V2 here https://ipcamtalk.com/threads/codeproject-ai-version-2-0.68030/

    Hi Mike; I have been hitting my head trying to get my GT 710 to work with the latest versions of cuda. I am currently running CodeProject.AI version 1.6.1, so I thought what the heck, It's worth a try, so I created a folder named backup in the C:\Program...
  20. H

    IP Cam Talk Custom Community DeepStack Model

    Aha! I've been trying to get the combined model working on a Jetson Nano for a while now. I finally see the Blue Iris talking to Deepstack. Deepstack shows 500, running the combined model, Blue Iris alerts, but just shows "nothing found". No errors! I tried person, Person, but I didn't try...
  21. H

    Sending alerts via Verizon SMS is not working well anymore

    tpass00 I've got it. when you set up the channel(s) for the notifications that you will send, on the edit page for the channel, there will be a link called "share this link". Email this link to the user. The user should have set up Pushbullet using the email address for their phone. When user...
  22. H

    Sending alerts via Verizon SMS is not working well anymore

    Yes, it is still working fine for me. I'm sorry, but I do not send the audio to a group, only myself. You do need to install the Pushbullet app on your phone. AND it seems that since Two Tone Detect was purchased by IAmResponding, all the original documentation is gone as how to have multiple...
  23. H

    Sending alerts via Verizon SMS is not working well anymore

    I have Verizon cell service. I was using their SMS and MMS gateway to send audio files from a program called Two Tone Detect, along with notifications from Blue Iris. On about June 18, I began missing pages, the pages arrived as late as five hours late. This was happening with both the...
  24. H

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

    Thank you Chris Dodge, this is resolved by Version 1.67.8.21724 built on 9/20/2020 11:04:09 AM Working great!
  25. H

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

    Thank you, I will try it.
  26. H

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

    Hello to all and thank you to GentlePumpkin and Chris Dodge for all your work on this project. This does a fantastic job of reducing false alerts from shadows of blowing leaves that have plagued me since starting with surveillance software. I have been using two versions of Chris Dodge's...