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

Error on large images #1

Open
net-cscience-raphael opened this issue May 8, 2024 · 3 comments
Open

Error on large images #1

net-cscience-raphael opened this issue May 8, 2024 · 3 comments
Assignees

Comments

@net-cscience-raphael
Copy link
Collaborator

Error on large images:
We can follow strategies:

  1. increase size on feature extraction server
  2. reduce image size on api caller.
  3. reduce image size on feature extraction server.

image

@faberf
Copy link
Collaborator

faberf commented May 13, 2024

@net-cscience-raphael what do you mean exactly? Can you give an example image?

@net-cscience-raphael
Copy link
Collaborator Author

If one tries to extract a image with large size the server throws an error. I solved it for now by adding PIL.Image.MAX_IMAGE_PIXELS = 933120000

image

@net-cscience-raphael
Copy link
Collaborator Author

Further the pipeline breaks if a feature extraction fails.
Working on that in engige repo.

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