-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
downgraded javacv to 1.5, this uses opencv 4.0.1 without openblas dep… #338
downgraded javacv to 1.5, this uses opencv 4.0.1 without openblas dep… #338
Conversation
…endency. * This should reduce the .jar sizes and speed up first-time model deployment * To be checked: Mac still supported? Did startup-time for others improve?
hi, |
* Could be used to do architecture/bitness dependent tasks
* The tests are done in the following order: * <basename>-<arch>_<bitness>.jar * <basename>-<arch>.jar * <basename>.jar
…so if useless don't let it parametrize
Thanks for testing! Should be even more fast now. Split up architecture bundles into x86_64 and x86 on Windows.
|
|
👍 , reduces loading time on my old PC from 5s to 1s:
|
This PR works just as well with macOS. |
Tested on Win10, T470, Core-i7
What is/was the intention of this property?
Maybe it would be possible to limit the number of detected faces to 1 (if a face is already detected, do not detect another face). And if no face is detected the algorithm could start with a bigger minimum face size and decrease this property slowly, if no face is found. An easier solution maybe would be to just add a property "minFaceSize" which can be configured for a specific use case. |
If tested again, as well:
I've started the ARE (on Windows) from terminal this time because there was no installer for this branch. |
Ok, I will remove the resizeHeight property again and merge. |
…have big impact in the detection quality
…endency.
How to test: