-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
In the script make_output_unet no picture is left after cropping away the padding if stride_size == patch_size.
Additionally, as padding with this setting was only applied at the outside, the inner pictures get cropped though nothing was padded here.
| output=output[:,:,stride_size//2:-stride_size//2,stride_size//2:-stride_size//2,:] |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels