Releases: M4TH1EU/easy-local-alpr
v1.5.0 - UI, grid system and size improvements
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
1.4.0 - Stability update
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
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
Full Changelog: v1.1.0...v1.2.0
1.1.0 - Splitting, webUI and openVINO
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
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.