Search results

  1. MikeLud1

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

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

    Confused CodeProject Newbie

    All the models are installed in the highlighted folders
  3. 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
  4. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    That is what I am thinking of doing.
  5. 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...
  6. 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
  7. MikeLud1

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

    Can you post your System Info, like the below
  8. 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
  9. 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?
  10. 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?
  11. MikeLud1

    Arjun, where are ya?

  12. 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
  13. 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.
  14. 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...
  15. 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
  16. 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.
  17. 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.
  18. 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...