Skip to content

Releases: M4TH1EU/easy-local-alpr

v1.5.0 - UI, grid system and size improvements

04 Aug 18:46
59a5494
Compare
Choose a tag to compare

This release introduces :

  • a new endpoint alpr_grid_debug to help you setup the grid system
  • a brand new README file with more accurate information and a more complete documentation
  • displaying a preview of the identified plate after processing
  • a new grid system for choosing the cells you want to process.
  • stripped shared libraries of some debug stuff, reducing final exec size (~-15MB)
  • the software reliability has been improved again.

Full Changelog: v1.4.0...v1.5.0
preview

1.4.0 - Stability update

01 Aug 10:19
6976f69
Compare
Choose a tag to compare

This release focuses on stability with an improved engine loader.
The software used to crashed very often due to wonky integration of the ultimateALPRsdk in Python, this should now be a thing of the past.

Full Changelog: v1.2.0...v1.4.0

1.2.0 - Splitting configurable

22 Jul 20:43
4e9e956
Compare
Choose a tag to compare

This new release enables the configuration of the grid size and the wanted cells from the previous release.

The WebUI has been updated as well
Capture d’écran du 2024-07-22 22-44-01

Full Changelog: v1.1.0...v1.2.0

1.1.0 - Splitting, webUI and openVINO

20 Jul 21:16
29e1d98
Compare
Choose a tag to compare

This new release brings 3 new important things to the app.

  • Splitting : if no match if found in the original image it will split the image into a 3x3 grid and process each image individually resulting in almost perfect detection
  • A brand new simple and sick webui to test the app
  • Support for OpenVINO on CPUs bundled by default with Tensorflow as fallback.

The splitting in not configurable for now and is suited for my personal needs, I'm working on it.

Full Changelog: v1.0.0...1.1.0

1.0.0 - First release

17 Jul 17:05
71a20df
Compare
Choose a tag to compare

This frist release might have some bugs but so far it works for me.

The executable below is made to run on Linux x86-64 with the interference done on the CPU using tensorflow.
I haven't managed to make OpenVINO work as specified in the ultimateALPR-sdk docs on github.