File size: 1,102 Bytes
3334467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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

```text
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.