numpy.core._exceptions._ArrayMemoryError
with SemanticSegmentationSlidingWindowGeoDataset
#1657
MathiasBaumgartinger
started this conversation in
General
Replies: 1 comment 2 replies
-
Please share the full stack trace. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am using a configuration which closely resembles the one provided at: https://docs.rastervision.io/en/0.20/usage/tutorials/pred_and_eval_ss.html. My configuration has worked on smaller test scenarios. When trying to predict a fairly large ortho image (i.e 90 GB) I am receiving an
numpy.core._exceptions._ArrayMemoryError
. Any idea what might cause this?The exact error output is:
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 412. GiB for an array with shape (3, 271959, 271076) and data type float16
. Maybe I am getting something wrong here but isn't theSemanticSegmentationSlidingWindowGeoDataset
class's purpose to split a large dataset into smaller subdatasets using rasterio windows?Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions