Search results

  1. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc Thanks for updating the image, the issue with amd64 is fixed. The time distribution is still not fixed, I notice the &ALERT_TIME macro is sending the current time in ISO8601 format which is +5. The &PLATE macro only send one plate even if there is two or more plates. {...
  2. MikeLud1

    Full ALPR Database System for Blue Iris!

    Great work, I am up and running. Two issues I see the Time Distribution is off about +4 hours (the Timestamps are correct) and if there are two plates in the image it only shows one plate. Also when building the Docker Container I get app The requested image's platform (linux/arm64/v8) does...
  3. MikeLud1

    Code Project shutting down???

    CodeProject.AI team has been working on V2.9.0, I do not have an ETA for the release.
  4. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Try use this IP instead of localhost
  5. MikeLud1

    Dell Optiplex 7070 GPU/TPU

    You can use the Object Detection (YOLOv5 .NET) CodeProject.AI module and this will use the iGPU in your i7 9700 CPU. If this is not fast enough for you then think about adding a Nvidia GPU
  6. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    You can remove "DoNotCancel,"
  7. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Add the plates to To cancel:
  8. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    For the ALPR to work you need to checkoff ALPR for plates
  9. MikeLud1

    Anyone have a DisplayPort to HDMI adapter they like?

    I have used this one with no issues https://www.amazon.com/gp/product/B017Q8ZVWK/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1
  10. MikeLud1

    CPAI 2.80 Changelog?

    You can always look at the commits on GitHub. Chris has been working on a new release that addresses the main CodeProject site shutting down. https://github.com/codeproject/CodeProject.AI-Server/commits/main/
  11. MikeLud1

    Is CodeProject.ai (CPAI) closing down

    CodeProject.AI software is not dead, see the post from 5 days ago. I also have personal email from Chris confirming that him and Matthew will continue developing the software https://github.com/codeproject/CodeProject.AI-Server/discussions/132#:~:text=%40matthewDDennis%20and%20I,Write%20a%20reply
  12. MikeLud1

    Trying to download Codeproject ai server win x64 2.6 5 help!

    See this post https://ipcamtalk.com/threads/codeproject-ai-version-2-5.74304/post-882753
  13. MikeLud1

    CodeProject.AI Version 2.5

    The CodeProject team is current redoing the website where CodeProject.AI is stored bear with them until they sort it all out. I recommend staying on the current version you have install until they sort it all out. New Discussions Link (moved to GitHub) https://github.com/codeproject/CodeProj...
  14. MikeLud1

    New LED streetlights!

    Defiantly more light then last year https://ipcamtalk.com/threads/i-may-have-underestimated-the-led-lights-i-purchased.69399/post-772331
  15. MikeLud1

    New LED streetlights!

    Wow! look how much light Cuba has now
  16. MikeLud1

    CodeProject.AI Version 2.5

    Chris Maunder and Matthew Dennis are still going to be developing CodeProject.AI They are moving everything off of CodeProject. Below are some of the new links. https://github.com/codeproject/CodeProject.AI-Server/discussions https://codeproject.github.io/...
  17. MikeLud1

    do i need these programs for CodeProject.ai?

    Yes, if CodeProject.AI is working then you are fine.
  18. MikeLud1

    Blue Iris UI3

    @bp2008 maybe you can do something like this Or this, to see the icons make them smaller and place them below Camera 5 Zone: A
  19. MikeLud1

    CodeProject.AI Version 2.5

    The model was trained with dark & night images for better night detection, see the below link. https://github.com/OlafenwaMoses/DeepStack_ExDark
  20. MikeLud1

    CodeProject.AI Version 2.5

    You can uninstall 6.2 without affecting the .NET install
  21. MikeLud1

    CodeProject.AI Version 2.5

    No, I have a RTX 3060 in my main Blue Iris server and .NET is faster then 6.2 .NET 6.2
  22. MikeLud1

    CodeProject.AI Version 2.5

    You do not need 6.2 if .NET is working.
  23. MikeLud1

    CodeProject.AI Version 2.5

    Restart Blue Iris service and the custom model list will update. Also uncheck Auto start/stop with Blue Iris:
  24. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Below are the current AI settings I am using for my ALPR camera.
  25. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Are you on version 2.8.0, there was an issue with 2.6.5 that was causing .net not to auto restart.
  26. MikeLud1

    CodeProject.AI Version 2.5

    CodeProject.AI will startup as a service so unchecking Auto start/stop with Blue Iris. The issue with modulesettings.json not being updated is fixed in version 2.8.0
  27. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    With your NVIDIA 1080 you should be using CUDA 11.8. To downgrade to CUDA 11.8 you need to uninstall all versions of CUDA that are installed, uninstall cuDNN, uninstall the ALPR module. After uninstall reboot your PC then install CUDA 11.8, reboot, install cuDNN for CUDA 11, reboot, and then...
  28. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    You can switch to YOLOv8 if you want, I normal use YOLOv5 .NET, I find it to be faster then YOLOv5 6.2 and YOLOv8.
  29. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Try uninstall the ALPR module then reinstall using Do not use download cache
  30. MikeLud1

    CodeProject.AI Version 2.5

    You can specify the percentage to use for the batch, I would try 0.85 or 0.90. For cache you can use the disk. Below is a link to all the training argument...