Search results

  1. MikeLud1

    Can't get GPU Detection to work?! What am I doing wrong??

    Older GPUs can not do half precision calculations.
  2. MikeLud1

    Can't get GPU Detection to work?! What am I doing wrong??

    @Vansmak try disabling Half Precision
  3. MikeLud1

    CodeProject.AI Version 2.9.0

    Edit the modulesettings.json, makes sure the last ServerVersionRange is 2.9.3 not 2.9.4. The are making changes to get ready for v2.9.4.
  4. MikeLud1

    Can't get GPU Detection to work?! What am I doing wrong??

    Since you reboot after installing YOLOv5 6.2 module not before, the paths were not set yet. Try uninstalling YOLOv5 6.2 module then reinstall.
  5. MikeLud1

    Does YOLOv5 6.2 work with CUDA 12.x?

    Since the RTX 3060 was not installed when the YOLOv5 6.2 module was installed it is configured for CPU. To have it configured for the RTX 3060 you need to uninstall the YOLOv5 6.2 module then reinstall. I have the same RTX 3060 GPU in my main BI system and the YOLOv5 .NET using DirectML is...
  6. MikeLud1

    CodeProject.AI Version 2.9.0

    Also make sure Use main stream if available does not have a check. Having it checked only slows down the detection, it does not improve accuracy.
  7. MikeLud1

    CodeProject.AI Version 2.9.0

    Is the GPU enabled it should show GPU (DirectML) if not enable it. Also the first detection will always be slow.
  8. MikeLud1

    CodeProject.AI Version 2.9.0

    Do you have slow internet speed, give it time and it will install.
  9. MikeLud1

    CodeProject.AI Version 2.9.0

    It work on all GPUs
  10. MikeLud1

    CodeProject.AI Version 2.9.0

    To check which .NET runtimes you have installed run dotnet --info in a command prompt.
  11. MikeLud1

    CodeProject.AI Version 2.9.0

    I just tested and v2.9.3 does now install the runtime, older versions of 2.9 did not.
  12. MikeLud1

    CodeProject.AI Version 2.9.0

    You can try install all three runtimes then install 2.9.3
  13. MikeLud1

    CodeProject.AI Version 2.9.0

    Same, Happy Thanksgiving
  14. MikeLud1

    CodeProject.AI Version 2.9.0

    Have your daughter enable GPU, currently she is not using the iGPU. If it is using the iGPU it should show GPU (DirectML)
  15. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Try the below steps. Stop the ALPR module Delete C:\Program Files\CodeProject\AI\modules\ALPR\bin Replace requirements.windows.cuda11_8.txt with the attached requirements.windows.cuda11_8.txtfile In a command prompt in folder C:\Program Files\CodeProject\AI\modules\ALPR run...
  16. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Try uninstalling the module then reinstall
  17. MikeLud1

    CodeProject.AI Version 2.9.0

    They pulled it so and will fix the issues with 2.9.2
  18. MikeLud1

    CodeProject.AI Version 2.9.0

    WARNING DO NOT INSTALL VERSION 2.9.2 Install does not work.
  19. MikeLud1

    CodeProject.AI Version 2.9.0

    It does
  20. MikeLud1

    Just switched from CPU to TPU - cpai 2.8.0, BI

    Also make sure you have not checked Use main stream if available. Having it enabled does not improve accuracy it just slows down the detection.
  21. MikeLud1

    Just switched from CPU to TPU - cpai 2.8.0, BI

    Try the Object Detection (YOLOv5 .NET) module, this will use whatever GPU you have.
  22. MikeLud1

    Full ALPR Database System for Blue Iris!

    See below, the plate shows up as ...
  23. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc what does Download do.
  24. MikeLud1

    CodeProject.AI Version 2.9.0

    Mostly minor fixes and moving module download off CodeProject.com. The below link shows all the changes https://github.com/codeproject/CodeProject.AI-Server/commits/main/
  25. MikeLud1

    CodeProject.AI Version 2.9.0

    Yes No
  26. MikeLud1

    CodeProject.AI Version 2.9.0

    CodeProject.AI version 2.9.0 was released. Docker v2.9.0 still not released. Install works fine, only one issue is my AV (Norton) did complain about the install but still installed. CodeProject.AI Version 2.9.0
  27. MikeLud1

    CodeProject.AI Version 2.9.0

    A new version of CodeProject.AI will be release soon maybe by the end of this week. This release will address all the download issues the everyone was having. The below link shows all the code changes https://github.com/codeproject/CodeProject.AI-Server/commits/main/
  28. MikeLud1

    Full ALPR Database System for Blue Iris!

    So far works fine.
  29. MikeLud1

    Full ALPR Database System for Blue Iris!

    Thanks for the update, after sleeping on it there is an easer and cleaner way. If you replace &MEMO and &PLATE with @JSON. This will have all the data needed to replace &MEMO and &PLATE. In the JSON there is the api used, if it is alpr then it is a plate and ignore all the other api in the JSON...
  30. MikeLud1

    Full ALPR Database System for Blue Iris!

    Here you go IPcam-combined Labels: - person, bicycle, car, motorcycle, bus, truck, bird, cat, dog, horse, sheep, cow, bear, deer, rabbit, raccoon, fox, skunk, squirrel, pig IPcam-general Labels : - person, vehicle IPcam-animal Labels: - bird, cat, dog, horse, sheep, cow, bear, deer, rabbit...