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

DenseRLOF breaks if the sprite image is too small #4

Open
Bauxitedev opened this issue Apr 1, 2021 · 1 comment
Open

DenseRLOF breaks if the sprite image is too small #4

Bauxitedev opened this issue Apr 1, 2021 · 1 comment

Comments

@Bauxitedev
Copy link
Owner

It will gobble up RAM until it crashes. This is an issue in opencv-rust so there is not much to do about this, except maybe adding a minimum sprite size.

@maxtron95
Copy link

maxtron95 commented Apr 4, 2021

Can confirm, The program runs into memory errors at 32x32px, but an image size of 710x400px seems to work fine from what I tested.

I would probably suggest preventing DenseRLOF from being selected when under a certain sprite size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants