Replies: 1 comment 1 reply
-
Have you run it? Did it seem to work? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create patches for training without any overlapping. Therefore, although I decided to use GridSmapler, I want to exclude the patches with only the background.
I made my images binary values (0.0 and 1.0, 0.0 is background) and I modified GridSampler as below.
Is this an appropriate code?
Beta Was this translation helpful? Give feedback.
All reactions