PixDLM / docs /DATA.md
WhynotHug's picture
Upload folder using huggingface_hub
3334467 verified
|
Raw
History Blame Contribute Delete
1.1 kB

DRSeg Data

DRSeg is a UAV reasoning segmentation benchmark with 10,000 image-level samples. Each sample contains a UAV image, one or more segmentation annotations, a reasoning question, a reasoning answer, and a reasoning type.

Splits

Split Samples
Train 2,999
Validation 2,000
Test 5,001

Expected Layout

data/DRSeg/
β”œβ”€β”€ DRtrain/
β”œβ”€β”€ DRval/
β”œβ”€β”€ DRtest/
β”œβ”€β”€ label/
β”‚   β”œβ”€β”€ DRSeg_train.json
β”‚   β”œβ”€β”€ DRSeg_val.json
β”‚   └── DRSeg_test.json
β”œβ”€β”€ CODrone -> .
└── labels -> label

The CODrone and labels entries are compatibility links for the original dataset loader.

Reasoning Types

  • spatial: position and spatial relation reasoning.
  • attribute: visual attribute and object property reasoning.
  • scene: scene-context reasoning.

Metadata Preview

The HuggingFace dataset repo includes lightweight metadata JSONL files under metadata/. They are intended for dataset-card preview and quick inspection. Use the full image/mask archive for training and evaluation.