?> What are the required parameters for the `augmentI... - Aide
QUESTION / RÉPONSE

What are the required parameters for the `augmentImages` action?

1 consultations

Réponse

The required parameters are `table`, which specifies the input table containing the images, `casOut`, which defines the output table for the augmented images, and `augmentations`, which is a list specifying the cropping and mutation options.
Action technique liée

Voir la documentation de augmentImages

Voir l'Action

Voir aussi

annotateImages
image

Die Aktion `annotateImages` im Aktionssatz `image` wird verwendet, um Bilder in einer CAS-Tabelle mit Metadaten zu versehen, die in derselben oder einer anderen Tabelle enthalten sind. Dies ermöglicht das Zeichnen von Formen, Text oder das Überlagern von Segmentierungsmasken direkt auf die Bilder. Diese Funktion ist besonders nützlich für die Visualisierung von Ergebnissen der Bildanalyse, wie z. B. Objekterkennung, oder zur Vorbereitung von Trainingsdaten für Deep-Learning-Modelle.

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.