Replies: 1 comment 6 replies
-
How big are your TIFFs? Could it be that they are too small to sample a 1000x1000 chip from? Does it work with smaller values in |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on image segmentation with time series data. I am using TemporalMultiRasterSource() for .tiff image and label files.
When I combine them using scene() it looks successful, but when I sampling using SemanticSegmentationRandomWindowGeoDataset() it raise error: OpenCV(4.8.0) /io/opencv/modules/imgproc/src/resize.cpp:3699: error: (-215:Assertion failed) !dsize.empty() in function 'resize'
I am sure there are no empty on nodata value in every label and image data. Is there any solution to do this?
Beta Was this translation helpful? Give feedback.
All reactions