Zum Hauptinhalt springen

Using your own ONE AI model

Using Your Own ONE AI Model

Auto labeling works for all three annotation modes:

ModeOutput
ClassificationPredicted class labels
Object DetectionPredicted bounding boxes with class labels
SegmentationPredicted pixel masks per class

Requirements: An exported ONNX model (downloaded via the Exports tab).

Workflow:

  1. Open the Dataset tab → click an image to open the annotation tool
  2. Click the arrow in the top-right corner → select your ONNX model → click +
  3. Configure Minimum Confidence threshold for predictions
  4. Click the AI button to apply predictions to the current image

Generating New Annotations

For object detection, an IoU merge threshold prevents duplicate detections when using multiple models. For segmentation, results from multiple models are automatically fused.

Predictions can be discarded with the Reset button or manually corrected.