Search results

  1. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    What version of Blue Iris are you on this may be an issue with a GPU memory leak that one of the beta version had
  2. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    BI does this Thanks for the feedback, I will look into this over the weekend.
  3. MikeLud1

    Version 6 Beta

    Has anyone notes the latest beta has a GPU memory leak, at first I thought it was one of my new modules The below version looks to fix the GPU memory leak. https://ipcamtalk.com/threads/version-6-beta.83729/post-959959
  4. MikeLud1

    Version 6 Beta

    Has anyone notes the latest beta has a GPU memory leak, at first I thought it was one of my new modules The below version looks to fix the GPU memory leak. https://ipcamtalk.com/threads/version-6-beta.83729/post-959959
  5. MikeLud1

    Arjun, where are ya?

  6. MikeLud1

    Version 6 Beta

    Has anyone notes the latest beta has a GPU memory leak, at first I thought it was one of my new modules
  7. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    The current version has the ipcam-combined-v5 model. I am hoping to finish training the YOLO11 models by end of the month.
  8. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Are you using the YOLO11.NET module in Docker or Windows? Docker will be slower.
  9. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Depending on OS & Docker these are the current version
  10. MikeLud1

    Confused CodeProject Newbie

    All the models are installed in the highlighted folders
  11. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    See this post https://ipcamtalk.com/threads/new-codeproject-ai-object-detection-yolo11-net-module.83611/post-957933
  12. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    That is what I am thinking of doing.
  13. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    The ipcam-general model was trained using YOLO11 and the ipcam-general-v5 was trained using YOLOv5. All the models ending with -v5 are the same model that is in the Object Detection (YOLOv5 .NET) 1.14.0 module. I find the ipcam-general-v5 has a little be better accuracy ipcam-general model...
  14. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I am thinking of adding pattern matching like the opensource OpenALPR does https://github.com/openalpr/openalpr/tree/master/runtime_data/postprocess
  15. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Can you post your System Info, like the below
  16. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Most states and counties do not use the letter O. The dataset I used to train the OCR does not have the letter O so if there is a letter O it will always read as the number 0. Link to the dataset used to train the OCR https://www.kaggle.com/datasets/misdeeb/multilanguage-lp-character-recognition
  17. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    I hope no news is good news. To all how is Object Detection (YOLO11 .NET) 1.4.0 module working for everyone?
  18. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I hope no news is good news. To all how is License Plate Recognition (YOLO11 .NET) 1.1.1 module working for everyone?
  19. MikeLud1

    Arjun, where are ya?

  20. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    How are you determining that it is only using your Intel iGPU? What number does is show next to GPU like the below screenshot. Also if you open up a command prompt and run nvidia-smi what number is to the left of NVIDIA
  21. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Check the below folder and see if appsettings.json is missing. Also try refreshing the webpage by doing CTRL + F5.
  22. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    I just released Object Detection (YOLO11 .NET) 1.4.0 module for windows. This version supports both YOLO11 and YOLOv5 models. All of my YOLOv5 custom models are included until I can train the YOLO11 versions of the models. The YOLOv5 models have a suffix of -v5, to use them you would for example...
  23. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Open up Task Manager and go to the Performance tab and in the left column you will see two GPUs. The Device ID is to the right of GPU
  24. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    Once the models are installed they are run locally. Same as any other CP.AI module.
  25. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    The yolov5 6.2 module does not work so most likely I will be removing it. It is not needed because the YOLO11 module work with both YOLOv5 and YOLO11 models.
  26. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    I just pushed a new version of the docker container. This version now has the Object Detection (YOLO11 .NET) 1.3.0 module. This version supports both YOLO11 and YOLOv5 models. All of my YOLOv5 models are included until I can train the YOLO11 versions on the models. The YOLOv5 models have a...
  27. MikeLud1

    New CodeProject.AI Object Detection (YOLO11 .NET) Module

    I just pushed mikelud/ai-server:cuda12_8, try and see if this works for you using the Object Detection (YOLOv5 .NET) 1.14.0 module, it should be using GPU (CUDA). I have the container running and my RTX 5090 works. The Object Detection (YOLOv5 6.2) 1.10.0 module still does not work, I need to...