Meet YOLO26: next-gen vision AI.

Link to this sectionRoboflow Integration#

The Roboflow integration imports every supported dataset in your Roboflow workspace into Ultralytics Platform at its latest version. Re-run it any time to pull in datasets you've added since your last import.

Link to this sectionImport from Roboflow#

  1. Go to Settings > Integrations and find the Roboflow card.
  2. Paste your Roboflow API Key and click Import.
  3. Review the Import from Roboflow preview dialog, which lists:
    • New datasets that will be imported
    • Already imported datasets that will be skipped
    • Any datasets with a missing version, unsupported tasks, or that couldn't be sized
    • Storage required, checked against your remaining storage
  4. Click Import to start.

Ultralytics Platform Settings Integrations Roboflow Import Dialog

Imported datasets appear in your Datasets list immediately with a processing status and become ready once their images and annotations finish importing.

Link to this sectionSupported Task Types#

Roboflow projects are mapped to the matching YOLO task type:

Roboflow Project TypePlatform Task
Object DetectionDetect
Instance SegmentationSegment
Keypoint DetectionPose
Single-Label ClassificationClassify
Where to find your Roboflow API key

Your Roboflow API key is available in your Roboflow account settings. The key is used only to run the import — it is not stored.

Unsupported projects are skipped

Projects with unsupported task types (such as multi-label classification) and projects that don't yet have a generated version are skipped and reported in the preview.

Re-run to sync new datasets

Already-imported dataset versions are detected and skipped automatically, so you can safely re-run the import to pull in newly added datasets without creating duplicates.

Contributors

Comments