We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: We can follow strategies:
The text was updated successfully, but these errors were encountered:
@net-cscience-raphael what do you mean exactly? Can you give an example image?
Sorry, something went wrong.
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
PIL.Image.MAX_IMAGE_PIXELS = 933120000
Further the pipeline breaks if a feature extraction fails. Working on that in engige repo.
faberf
No branches or pull requests
Error on large images:
We can follow strategies:
The text was updated successfully, but these errors were encountered: