Export data

Export for YOLOv5

$ trainyolo project pull <dataset name> --format yolov5

If your dataset name contains spaces, put the dataset name between double quotes, for example, to export a dataset named tree log detection, use the following command:

$ trainyolo project pull "tree log detection" --format yolov5

Export for YOLOv8

To export your project using the YOLOv8 format, use the following command:

$ trainyolo project pull <dataset name> --format yolov8

If your dataset name contains spaces, put the dataset name between double quotes, for example, to export a dataset named cell segmentation, use the following command:

$ trainyolo project pull "cell segmentation" --format yolov8

Last updated