-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
How to use the img_hash module with JavaCV #933
Comments
Marking as duplicate of bytedeco/javacpp-presets#319 Contributions welcome! |
I've just added it in commit bytedeco/javacpp-presets@fdc7008 |
The snapshot works great, thank you! When is it going to be released? |
Probably before long... Thanks for testing out the snapshots!
|
Having issues with the snapshot repo (it seems to be flakey). Is there an ETA on the release? |
Did something break with the latest binaries? |
No. But there are issues with availability when maven tries to download the
jar from the snapshot repo.
…On Tue, Mar 20, 2018 at 3:11 PM Samuel Audet ***@***.***> wrote:
Did something break with the latest binaries?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#933 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEfrVtpCp4qOXxnJMgL-wfS6WI10ujHyks5tgQAJgaJpZM4SgNNQ>
.
|
Released! Enjoy |
Hey, It seems I'm getting this error now: Caused by:java.lang.OutOfMemoryError: Physical memory usage is too high: physicalBytes = 1G > maxPhysicalBytes = 989M(Physical memory usage is too high: physicalBytes = 1G > maxPhysicalBytes = 989M) I'm not sure if I got that with the snapshot. Are you familiar with this type of error? |
Just increase the |
Yes, but by how much? I'm handling up to 50 images concurrently. And have
seen this error for small images. Is 1G of memory allocated for each and
every image?
…On Tue, Apr 3, 2018, 5:18 PM Samuel Audet ***@***.***> wrote:
Just increase the java -Xmx option, it will take care of that.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#933 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEfrVnp3V4xlWuAbHxHMM6TOR88MkpW3ks5tk4SYgaJpZM4SgNNQ>
.
|
As much as it needs, probably not 1 GB per image. |
I'm trying to generate a phash for an image. Unless I'm missing something, the img_hash module is not integrated into the JavaCV lib. Is there a way of doing that?
Thanks!
The text was updated successfully, but these errors were encountered: