Download a Dataset

You can download a dataset version from Roboflow using the CLI.

roboflow download <workspace>/<project>/<version> -f <format>

Parameters

  • workspace/project/version -- The full path to the dataset version (e.g., my-workspace/vehicle-detection/1).
  • -f / --format -- The export format (e.g., yolov8, coco, voc, darknet).

Example

roboflow download my-workspace/vehicle-detection/1 -f yolov8