Skip to content

Runs

The Runs view shows all model comparison runs — batch jobs that re-run one or more AI models against a set of images. Use this view to track progress, inspect results, and clean up old runs.

The main table lists comparison runs sorted by creation date, newest first. Up to 100 runs are shown.

ColumnDescription
CheckboxSelect runs for bulk deletion. The header checkbox selects all.
StatusThe current state of the run: pending, running, completed, or failed.
CreatedWhen the run was created.
ModelsThe AI models included in this run, shown as badges.
PriorityThe run’s priority level.
ProgressA progress bar showing how many images have been processed out of the total.
ActionsA View button to open the run detail page.

Comparison runs are created from the Home view:

  1. Filter and select images on the Home page.
  2. Click “Compare selected” in the filter pane to open the comparison page.
  3. Choose one or more models to run against the selected images.
  4. Set parameters — sleep between entries (how long to wait between processing images) and batch size.
  5. Click “Run Comparison” to start the run.

After creation, the run appears in the Runs table. You can navigate back here at any time to check its progress.

Click View on any run to open its detail page. The detail page has two sections:

FieldDescription
Run IDA unique identifier for this run.
ModelsThe models used, shown as badges.
Inference timeAverage and median inference time per model, with the number of samples measured.
PriorityThe priority level of the run.
StatusCurrent state of the run.
CreatedWhen the run was created.
Start timeWhen processing began, or “Immediate” if it started right away.

The entries table shows each image processed in the run. Entries are sorted by how much the models disagree — the most interesting cases appear first.

ColumnDescription
StatusA colored dot: gray (pending), blue and pulsing (processing), green (completed), red (failed).
DifferenceWhether the models agree. For classification: “All Match” (green) or “All Different” / “X/Y Agree” (red). For object detection: based on which classes were detected. For coordinate models: pixel distance between predicted locations.
Conf. diffThe confidence difference between models: low (green, under 10%), medium (yellow, 10–30%), or high (red, over 30%).
Model columnsOne column per model showing its prediction for that image.
ErrorError details if the entry failed.
ActionsA View button to open the image in annotation view with the comparison results overlaid.

The detail page polls for updates every 5 seconds while the run is in progress. Auto-refresh stops automatically when the run completes or fails. You can toggle it off manually.

  1. Select runs using the checkboxes in the table.
  2. Click “Delete Selected” — the count of selected runs is shown on the button.
  3. Confirm the deletion. The button changes to “Confirm Delete”. Click it again to proceed, or click “Cancel” to back out.