GridGeoSampler on areas smaller than patch size #1624
Unanswered
mpelchat04
asked this question in
Q&A
Replies: 1 comment
-
I think this should be easy to fix. The only thing is deciding how we want it to behave. Do we want all samplers to return all intersections? What if the area of intersection is 0? What if we're using a point dataset? Can you open an issue so we can track this for the next release? Otherwise we can keep discussing what this should look like in this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use the GridGeoSampler to create patches. Although, we have cases where the portion covered by the training data is small (smaller than patch_size), as seen in pink in the image:
The image and data showed here are taken from the Spacenet-7 dataset.
Using the GridGeoSampler, these patches are discarded and it seems like an intended feature ref.
Is there a logical way to overcome this limitation, where it discards useful patches?
Beta Was this translation helpful? Give feedback.
All reactions