Search results

  1. MikeLud1

    Just switched from CPU to TPU - cpai 2.8.0, BI

    Also make sure you have not checked Use main stream if available. Having it enabled does not improve accuracy it just slows down the detection.
  2. MikeLud1

    Just switched from CPU to TPU - cpai 2.8.0, BI

    Try the Object Detection (YOLOv5 .NET) module, this will use whatever GPU you have.
  3. MikeLud1

    Full ALPR Database System for Blue Iris!

    See below, the plate shows up as ...
  4. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc what does Download do.
  5. MikeLud1

    CodeProject.AI Version 2.9.0

    Mostly minor fixes and moving module download off CodeProject.com. The below link shows all the changes https://github.com/codeproject/CodeProject.AI-Server/commits/main/
  6. MikeLud1

    CodeProject.AI Version 2.9.0

    Yes No
  7. MikeLud1

    CodeProject.AI Version 2.9.0

    CodeProject.AI version 2.9.0 was released. Docker v2.9.0 still not released. Install works fine, only one issue is my AV (Norton) did complain about the install but still installed. CodeProject.AI Version 2.9.0
  8. MikeLud1

    CodeProject.AI Version 2.9.0

    A new version of CodeProject.AI will be release soon maybe by the end of this week. This release will address all the download issues the everyone was having. The below link shows all the code changes https://github.com/codeproject/CodeProject.AI-Server/commits/main/
  9. MikeLud1

    Full ALPR Database System for Blue Iris!

    So far works fine.
  10. MikeLud1

    Full ALPR Database System for Blue Iris!

    Thanks for the update, after sleeping on it there is an easer and cleaner way. If you replace &MEMO and &PLATE with @JSON. This will have all the data needed to replace &MEMO and &PLATE. In the JSON there is the api used, if it is alpr then it is a plate and ignore all the other api in the JSON...
  11. MikeLud1

    Full ALPR Database System for Blue Iris!

    Here you go IPcam-combined Labels: - person, bicycle, car, motorcycle, bus, truck, bird, cat, dog, horse, sheep, cow, bear, deer, rabbit, raccoon, fox, skunk, squirrel, pig IPcam-general Labels : - person, vehicle IPcam-animal Labels: - bird, cat, dog, horse, sheep, cow, bear, deer, rabbit...
  12. MikeLud1

    Full ALPR Database System for Blue Iris!

    The plate was not a vanity plate it was just distorted and read incorrectly. I will make a list of all of the AI labels that I used for my models and for the YOLO models
  13. MikeLud1

    CP.AI has no modules to download

    It looks like they have the old site up and running so you should be able to download the modules
  14. MikeLud1

    Full ALPR Database System for Blue Iris!

    It looks to be working most of the time. Below is one instance where it did not 11/18/2024, 6:14:10 PM had two plates but only recorded one. At 11/18/2024, 6:14:06 PM there were two plates and recorded two plates. Plate KVJ5990/KYJ5990 is a parked car. Here is the payload for the missed plate {...
  15. MikeLud1

    Full ALPR Database System for Blue Iris!

    When I updated I deleted all containers, images and volumes and it worked fine
  16. MikeLud1

    Full ALPR Database System for Blue Iris!

    Did you update the docker-compose.yml and schema.sql files, there were changes made.
  17. MikeLud1

    CP.AI has no modules to download

    You might need to wait till the CodeProject.AI team releases the next version. The next version will be pulling the modules for a different site. I do not have an ETA when the next release will come out. I do see activity on updating the code as recent as today.
  18. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc here are some enhancements ideas From the Dashboard if you click on a plate number of reads in Top 5 Plates (24h) it opens a new Live ALPR Feed tab filtered to the plate. From the Dashboard if you click on a plate in Top 5 Plates (24h) it opens a new tab of the time histogram for...
  19. MikeLud1

    Full ALPR Database System for Blue Iris!

    The time histogram is working now for both dashboard and individual plate, thanks.
  20. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc I fixed the time distribution by using the below macros for the timestamp but it breaks the Live ALPR Feed, the images are not being logged. { "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "timestamp":"%Y-%m-%dT%H:%M:%S.%tZ" }