Node Library

Every node you can place on the canvas, what it does and what it needs.

Each page in the Node Library describes one node: what it does and when to reach for it, what has to exist before it runs, what happens step by step, answers to common questions, and its exact inputs and outputs. Open a node’s page from the app with the Documentation link in the node’s sidebar.

Categories

The sidebar groups nodes the same way the node picker in the editor does.

CategoryWhat its nodes do
ImportBring images and videos into a dataset: upload files or pull a public dataset.
DatasetsPoint a flow at a dataset, copy, move and merge data, create ontologies, and profile a dataset’s quality.
AssetsRemove assets and transform annotations: keep some classes, one shape per class, rename classes.
FilterKeep or drop images, labels and predictions by rules.
SampleTake random samples, split into training and validation, collect images worth a second look.
LabelLabeling and review stages, and automated quality checks between them.
TrainFine-tune detectors on your data.
PredictRun a pretrained or trained detector over a dataset.
EvaluateScore predictions against ground truth, compare models, recommend training settings.
ModelsExport and upload models, and embedding-based tools for duplicates, outliers, label errors and dataset maps.
Flow controlStart a chain of nodes, wait for branches to finish, stop a chain.
SuperviselyImport from Supervisely and run Supervisely labeling queues and jobs from a flow.

Reading a node page

  • Badges at the top mark nodes that need a GPU worker, and nodes that run in their own Docker image — their first run can take longer while the image is pulled.
  • Prerequisites list what must already exist, such as a labeled dataset or a secret with credentials.
  • Inputs and Outputs are generated from the node’s definition, so they always match what you see in the sidebar. The JSON config at the bottom is the same interface in machine-readable form.

Looking for the ideas behind the nodes — how they pass data, when they run? Start with References and Runs and automation.