Recent content by MikeLud1

  1. 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
  2. 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?
  3. 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?
  4. MikeLud1

    Arjun, where are ya?

  5. 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
  6. 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.
  7. 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...
  8. 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
  9. 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.
  10. 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.
  11. 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...
  12. 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...
  13. MikeLud1

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

    I am working on building a Docker container that should work with RTX 5000 series GPUs. I will try to get the container released this weekend
  14. MikeLud1

    Arjun, where are ya?