Search results

  1. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I think I know what is happening post the below screenshot
  2. MikeLud1

    Can not log into Windows 10 after an update

    My Windows 10 PC had pending updates that need to be restated. I had a 30 seconds power outage and the updates happened. After the updates finished and booted up to the login screen now I can not log in using my PIN. I can enter the PIN then it goes to the normal spinning wheel and stays there...
  3. MikeLud1

    Arjun, where are ya?

  4. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Not yet, I am still ironing out Windows. If you do not have a Nvidia GPU on Linux it will be using your CPU, DirectML only works in windows
  5. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Another feature I am working on is vehicle speed. Speed looks to be calculating correctly, I need to do a drive by at set speeds to confirm.
  6. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    This is not finished yet, I want to get the main ALPR working
  7. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    For anyone having issues with v1.0.2 running please post both screenshots https://ipcamtalk.com/threads/new-codeproject-ai-license-plate-recognition-yolo11-module.83478/post-954785 https://ipcamtalk.com/threads/new-codeproject-ai-license-plate-recognition-yolo11-module.83478/post-954802
  8. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Can you also post a screenshot of your GPU info from the task manager.
  9. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    For anyone having issues with v1.0.2 running please run the below in a command prompt and post the results wmic path win32_videocontroller get Name
  10. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Ideally both modules should be using your NVIDIA GeForce RTX 4070 Laptop GPU - GPU(DirectML) and this should work. I have both a RTX 3060 and RTX 5090 and they both work with .NET and the ALPR module using GPU(DirectML). Both of these PC have AMD CPUs that do not have an integrated GPU. What I...
  11. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    If you only what to do License Plate Recognition then you do not need any Object Detection module What GPU do you have
  12. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    So are you up and running with v1.0.2?
  13. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I am not sure why some of you are having issues with v1.0.2, I tested it on my laptop that I though might have the same issue, but it works fine. Anyone that is having issues with v1.0.2 please try the below steps and see if it works. Uninstall the module. After the module uninstalls shutdown...
  14. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Can you post the log when the module fist startup, I want to see this part.
  15. MikeLud1

    ZeroTier

    I was using Zerotier and had the same issues you were. I switched to Tailscale about a month ago and since then I never had anymore connection issues
  16. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I am running a test on my laptop that might have the same issue that @pepperfr and @CCTVnewbie810 are having.
  17. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    This version should fix your issue, let me know if you are up and running.
  18. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I just release v1.0.2, I needed to make some changes to the Smart Device Selection. I am not sure why CP.AI is not seeing the update. To get the update, stop the module then uninstall the module, when the module is finished uninstalling reinstall the module, after the module is installed run the...
  19. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Did you do an uninstall and then went to unknown. Try restarting CP.AI service
  20. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I was double checking the code changes and I might need to release v1.0.2 to fix the issue with the module not working
  21. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Check the Install Modules tab, the update should be there. If not uninstall the module then reinstall the module and you should then be on v1.0.1
  22. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Check the Install Modules tab, the update should be there. If not uninstall the module then reinstall the module and you should then be on v1.0.1
  23. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I am going to release v1.0.1 that should fix your issue, this release will auto detect a compatible GPU device ID and set it to use the correct GPU
  24. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    In Task Manager what is the Device ID for your Intel iGPU?
  25. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    I think the issue is the Remote Display Adapter, do you have the Intel iGPU driver for the Intel UHD Graphic 630 GPU installed
  26. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Can you post your System Info like the below
  27. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Can please post your System Info like the below
  28. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    Below is the inner working of the ALPRYOLO11 module ALPRYOLO11 Module - High-Level Pipeline Description Overview The ALPRYOLO11 module is an Automatic License Plate Recognition (ALPR) system that detects and reads license plates from images using YOLO11-based ONNX models. The module...
  29. MikeLud1

    New CodeProject.AI License Plate Recognition (YOLO11) Module

    The AI model load is now on your iGPU