Search results

  1. MikeLud1

    CodeProject.AI Version 2.9.0

    The custom models has labels removed from the models for example (bench, handbag and many more) so if you do not need to detect them it will eliminate false positives also they are more accurate. The first detection is always slow because it loads the model into the memory, once it is in the...
  2. MikeLud1

    Youtube is at it again...

    This looks to fix Brave for me https://community.brave.com/t/ad-block-not-working-anymore-on-youtube/586778/75
  3. MikeLud1

    Youtube is at it again...

    I am using Brave, so YouTube does not want you to use an ad blocker but has ads for ad blockers.
  4. MikeLud1

    Blue Iris Updates - Official Thread

    I just went to update and it looks like Ken pulled the update
  5. MikeLud1

    Have you switched from DeepStack to CodeProject.AI? Poll

    You do not need to uninstall YOLOv5 6.2 just stop it
  6. MikeLud1

    Have you switched from DeepStack to CodeProject.AI? Poll

    Give Object Detection (YOLOv5 .NET) a try it will be faster then yolov5 6.2.
  7. MikeLud1

    CodeProject.AI Version 2.9.0

    https://www.codeproject.com/
  8. MikeLud1

    CodeProject.AI Version 2.9.0

    https://github.com/codeproject/CodeProject.AI-Server/discussions
  9. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc thanks for the fix, it working now.
  10. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc I lowered the setting and once it reaches 110% it stops logging images and plates 23,400 X 1.10 = 25,740
  11. MikeLud1

    Full ALPR Database System for Blue Iris!

    I did try training a model using the below dataset but it did not work well so I did not release it. https://www.kaggle.com/datasets/jessicali9530/stanford-cars-dataset
  12. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc max records pruning still not working Live feed count
  13. MikeLud1

    Code Project AI 2.9.5 detect_adapter.py error

    Not much in changes just some minor fixes
  14. MikeLud1

    Code Project AI 2.9.5 detect_adapter.py error

    I forgot to mention that after making the file change you need to restart CodeProject.AI service for the change to work.
  15. MikeLud1

    Code Project AI 2.9.5 detect_adapter.py error

    It looks like it timed out due to slow internet. Try editing appsettings.json and change "ModuleInstallTimeout": "00:20:00" to "ModuleInstallTimeout": "20:20:00"
  16. MikeLud1

    Full ALPR Database System for Blue Iris!

    I top you with almost 25k of records.
  17. MikeLud1

    IP Cam Talk Custom Community DeepStack Model

    No, the last time it was updated was in 2022.
  18. MikeLud1

    CodeProject.AI Version 2.0

    It can not, it will only work with Nvidia GPUs
  19. MikeLud1

    CodeProject.AI Version 2.9.0

    Does it work if you go to CodeProject.AI Explorer and run a test image.
  20. MikeLud1

    About models in use

    It looks like a Blue Iris bug, the wat you have it configured should only use one model.
  21. MikeLud1

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

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

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

    @Vansmak try disabling Half Precision
  23. 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.
  24. 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.
  25. 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...
  26. 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.
  27. 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.
  28. MikeLud1

    CodeProject.AI Version 2.9.0

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

    CodeProject.AI Version 2.9.0

    It work on all GPUs
  30. MikeLud1

    CodeProject.AI Version 2.9.0

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