-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Use patch_size instead of chunk_size as base shape for sampling #4
Commits on Mar 29, 2024
-
Changed PatchSampler to take as base the patche size instead of the i…
…nput image's chunk sizes
Configuration menu - View commit details
-
Copy full SHA for 8ca4afc - Browse repository at this point
Copy the full SHA 8ca4afcView commit details -
Reverted change in the computation when masks elements are relative s…
…maller than patch sizes
Configuration menu - View commit details
-
Copy full SHA for 4720c76 - Browse repository at this point
Copy the full SHA 4720c76View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e1e985 - Browse repository at this point
Copy the full SHA 9e1e985View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7fb5f5 - Browse repository at this point
Copy the full SHA d7fb5f5View commit details
Commits on May 1, 2024
-
Padding and stride added to PatchSampler and ImageBase classes to all…
…ow overlapping patches extraction
Configuration menu - View commit details
-
Copy full SHA for 1826378 - Browse repository at this point
Copy the full SHA 1826378View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b894985 - Browse repository at this point
Copy the full SHA b894985View commit details -
Fixed patch slices generation in PatchSampler to always retrieve patc…
…hes of the defined shape
Configuration menu - View commit details
-
Copy full SHA for aaa51f6 - Browse repository at this point
Copy the full SHA aaa51f6View commit details
Commits on May 7, 2024
-
Standardized patch sampling method to handle smaller and bigger mask …
…scales than image scale
Configuration menu - View commit details
-
Copy full SHA for 7885749 - Browse repository at this point
Copy the full SHA 7885749View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a4097 - Browse repository at this point
Copy the full SHA a5a4097View commit details