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'): ('text', {}), NamedSplit('validation'): ('text', {}), NamedSplit('test'): ('imagefolder', {})}
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.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Dataset layout (bundled with this repository)
dataset/
├── train/images/ # SAHI-tiled training images (1024×1024)
├── train/labels/ # YOLO-OBB labels
├── train/labelTxt/ # DOTA format (MMRotate)
├── val/images/
├── val/labels/
├── val/labelTxt/
├── dataset.yaml # Ultralytics config (path: .)
├── gt_coco_filtered.json # COCO-OBB GT for unified eval
├── hrsc2016_source_test_gt.json
├── dota_test/ # DOTA 2.0 ships-only test images (cross-dataset eval)
├── hrsc2016/ # HRSC2016 images + Annotations/ (zero-shot eval)
└── pipeline/ # Scripts to rebuild from raw DOTA (optional)
All code defaults to REPO_ROOT/dataset/ — no cluster paths required.
If rebuilding from raw DOTA instead of using the bundled tiles:
python dataset/pipeline/filter_dataset_v2.py
python dataset/pipeline/build_dataset_v2.py
python dataset/pipeline/build_gt_coco.py
- Downloads last month
- 714