How can I create image patches using the `augmentImages` action?

3 vues

Réponse

You can create patches by defining one or more blocks within the `augmentations` parameter. You can either specify the exact coordinates and dimensions of a patch using `x`, `y`, `width`, and `height`, or use `sweepImage` set to TRUE to automatically create patches across the entire image using a sliding window, controlled by `stepSize` and `verticalStepSize`.
¿Te ayudó esta respuesta?
augmentImages

image

Ver acción técnica