Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should not return error when loading OpenVINO plugin fails #198

Closed
DoubangoTelecom opened this issue Sep 15, 2021 · 1 comment
Closed

Should not return error when loading OpenVINO plugin fails #198

DoubangoTelecom opened this issue Sep 15, 2021 · 1 comment
Labels
fixed Fixed in beta version, will be part of next release

Comments

@DoubangoTelecom
Copy link
Owner

DoubangoTelecom commented Sep 15, 2021

Code to review https://github.com/DoubangoTelecom/ultimateALPR/commit/0ed3d96c565433128ced22a28b8e6fb13419ac48

DoubangoTelecom added a commit that referenced this issue Sep 16, 2021
@DoubangoTelecom DoubangoTelecom added the fixed Fixed in beta version, will be part of next release label Sep 16, 2021
@DoubangoTelecom
Copy link
Owner Author

You have 3 possible solutions:

1/ Disable OpenVINO -> https://www.doubango.org/SDKs/anpr/docs/Configuration_options.html#openvino-enabled

2/ Or, install OpenVINO dependencies -> https://github.com/DoubangoTelecom/ultimateALPR-SDK/blob/master/Dependencies.md#dependencies

3/ Or, pull latest commit -> 8359255

DoubangoTelecom added a commit that referenced this issue Jan 12, 2022
This version mainly adds support for "chinese" license plates and improves OCR accuracy for "latin" and "korean" charsets.

The online sample for China is at https://www.doubango.org/webapps/alpr-china/

Fix issue #226, #213, #203, #202, #200, #198, #196, #195, #194, #192, #188, #180, #170, #169

- Provide commercial license for Embedded Linux AArch64
- License generation: Use configured CPUs instead of online/available ones
- Improve accuracy in Brazilian plates
- Restrict number of jobs (JSON config "max_jobs") to avoid CompV drowning due to the number of threads
- CompV drowning due to the number of threads (#144)
- Add C++ function to the API to retrieve EXIF orientation value
- Should not return error when loading OpenVINO plugin fails
- Disable OpenVINO on runtimeKey generation
- Improve detection accuracy on orphan plates (dark night)
- Make IENV disabled by default
- Make memory pooling more versatile (release forks faster)
- Autolock the process function to enforce thread safety
- Use static linking for libcurl for AWS/Azure activations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Fixed in beta version, will be part of next release
Projects
None yet
Development

No branches or pull requests

1 participant