Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): ('imagefolder', {}), NamedSplit('validation'): ('text', {}), NamedSplit('test'): ('text', {})}
Error code:   FileFormatMismatchBetweenSplitsError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Custom YOLO Dataset

This dataset is formatted for YOLO-based instance segmentation. It includes images and annotations for training, validation, and testing.

Dataset structure

  • train/images, valid/images, test/images: JPEG image files
  • train/labels, valid/labels, test/labels: YOLO-format .txt annotations
  • data.yaml: defines class names and split locations
Downloads last month
329