Is it possible to process the entire image without creating smaller patches?
4 vues
Réponse
Yes, you can set the `useWholeImage` parameter to TRUE within an `augmentations` block. This will apply the specified mutations to the entire image instead of a cropped patch.