?> How can I keep track of the augmentations applied ... - Aide
QUESTION / RÉPONSE

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

2 consultations

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_`.
Action technique liée

Voir la documentation de augmentImages

Voir l'Action

Voir aussi

addLayer
deepLearn

The addLayer action adds a layer to a deep learning model. It is part of the Deep Learning action set, which provides a comprehensive suite of tools for modeling and scoring with deep neural networks (DNN), convolutional neural networks (CNN), and recurrent neural networks (RNN). This action is fundamental in constructing the architecture of a neural network, allowing for the sequential addition and configuration of various layer types.

annotateImages
image

Annote les images d'une table avec des métadonnées contenues dans cette même table. Cette action est fondamentale pour superposer des informations visuelles, telles que des boîtes englobantes, des lignes, des points ou des masques de segmentation, directement sur les images. C'est une étape cruciale dans les pipelines de vision par ordinateur pour la visualisation des résultats de détection d'objets, de segmentation sémantique ou d'autres analyses d'images.

addLayer
deepLearn

Fügt eine Schicht zu einem Deep-Learning-Modell hinzu. Diese Aktion ist fundamental für den schrittweisen Aufbau von neuronalen Netzwerkarchitekturen, indem sie es ermöglicht, verschiedene Arten von Schichten (z. B. Konvolution, Pooling, vollständig verbunden) zu einem bestehenden Modell hinzuzufügen und deren Verbindungen zu definieren.