How can I keep track of the augmentations applied to each image?

4 vues

Réponse

You can use the `addColumns` parameter with the value `augmentAttributes`. This will add columns to your output table that provide details about the augmentation, such as `_patch_x_`, `_patch_y_`, `_patch_width_`, and `_patch_height_`.
Did this answer help you?
augmentImages

image

See technical action