Recent content by sdennis

  1. sdennis

    Blue Iris and CodeProject.AI ALPR

    Thanks for pointing that out. It is interesting that it says to install 11.7 but then a bit later 11.8. I know that they are not much different, but for the stupid people like me, it can be confusing. CPAI isn't being further developed right?
  2. sdennis

    Blue Iris and CodeProject.AI ALPR

    Hey Mike. Question about why you picked CUDA 11.8 vs 12.4. I think you are running 13.1 right?
  3. sdennis

    Blue Iris and CodeProject.AI ALPR

    That is amazing!
  4. sdennis

    Another False-Alert Thread For Static Objects

    This can be a tough issue. I am running into this as well. I have my PTZ set to follow motion and when it moves (camera software driven not BI), it is picking up a tree as a person. There is a box under Motion/Trigger called extend trigger with PTZ movement. Not sure if this would help when...
  5. sdennis

    Blue Iris and CodeProject.AI ALPR

    C:\Program Files\CodeProject\AI\modules\ALPR\bin\windows\python39\venv\Lib\site-packages\paddleocr-2.7.0.3.dist-info Maybe python39 is the difference?
  6. sdennis

    Blue Iris and CodeProject.AI ALPR

    ChatGPT recommended changes to the following numpy==1.26.4 paddleocr==2.7.0.3 protobuf==3.20.2 Microsoft Windows [Version 10.0.26100.6584] (c) Microsoft Corporation. All rights reserved. C:\Windows\System32>C:\Windows\System32>CD C:\Program Files\CodeProject\AI\modules\ALPR...
  7. sdennis

    Blue Iris and CodeProject.AI ALPR

    Gave it a try after deleting the bin folder and replacing the required text Microsoft Windows [Version 10.0.26100.6584] (c) Microsoft Corporation. All rights reserved. C:\Windows\System32>CD C:\Program Files\CodeProject\AI\modules\ALPR C:\Program...
  8. sdennis

    Blue Iris and CodeProject.AI ALPR

    Thanks for the info about CUDA13. I'll down grade the other system then. BTW, the requirements for cuda12 show this #! Python3.7 numpy<2 # Installing NumPy, a package for scientific computing -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html...
  9. sdennis

    Blue Iris and CodeProject.AI ALPR

    I'll try. Is CUDA 13 ok to use. I have another machine that I am trying to set it up on and I think it is saying it has CUDA13 on it....
  10. sdennis

    Blue Iris and CodeProject.AI ALPR

    I think it is telling me what it is finding here Maybe I am wrong, but this looks like it is detecting the correct installed CUDA, cuDNN and toolkit.
  11. sdennis

    Blue Iris and CodeProject.AI ALPR

    I think I have CUDA and cuDNN installed correctly, but when I install the ALRP, I am getting the ALPR Self test failed. Here is the install log 2025-09-27 13:59:59: Installing CodeProject.AI Analysis Module 2025-09-27 13:59:59...
  12. sdennis

    Blue Iris and CodeProject.AI ALPR

    Hi Mike. The install_CUDnn.bat has these instructions. :: CodeProject.AI Server :: :: Windows cuDNN install script :: :: BEFORE YOU START: Make sure you have :: :: a) CUDA 11.7 drivers (Download The Latest Official NVIDIA Drivers) installed, and :: b) CUDA Toolkit 11.7 (CUDA Toolkit 12.1...
  13. sdennis

    Blue Iris and CodeProject.AI ALPR

    Oh now I see that. Thank you.
  14. sdennis

    Blue Iris and CodeProject.AI ALPR

    Thank you so much! I will give it a try this weekend and let you know. Thanks again. Can you make a guess as to why there is an issue. Just curious where I might have gone wrong with the install. Thanks.
  15. sdennis

    Blue Iris and CodeProject.AI ALPR

    So Sorry. Yes. I'll post that ASAP. Thanks. Sorry for the delay as I am coming down with a cold... So I think that maybe the problem arises when I installed the module for ALPR. Note the error after executing post install script for License Plate Reader. I have removed it and tried to...