Spatiallysaying commited on
Commit
883a1be
·
verified ·
1 Parent(s): 1d764d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -29
README.md CHANGED
@@ -1,29 +1,16 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: pixel_values
5
- dtype: image
6
- - name: label
7
- dtype: image
8
- splits:
9
- - name: train
10
- num_bytes: 437414711.0092379
11
- num_examples: 303
12
- - name: validation
13
- num_bytes: 93834838.99538106
14
- num_examples: 65
15
- - name: test
16
- num_bytes: 93834838.99538106
17
- num_examples: 65
18
- download_size: 624870710
19
- dataset_size: 625084389.0
20
- configs:
21
- - config_name: default
22
- data_files:
23
- - split: train
24
- path: data/train-*
25
- - split: validation
26
- path: data/validation-*
27
- - split: test
28
- path: data/test-*
29
- ---
 
1
+ # Spatiallysaying/obb-303-65-65
2
+
3
+ This dataset provides deterministic splits derived from `Spatiallysaying/obb`.
4
+
5
+ ## Source & Method
6
+ - Source splits: `train=346`, `validation=87` (total 433)
7
+ - New splits: `train=303`, `validation=65`, `test=65`
8
+ - Policy: test=15% of total; validation=15% of total carved from the remaining 85%
9
+ - Seed: 1337
10
+ - Procedure: using 🧡 Datasets `train_test_split` twice for deterministic partitioning.
11
+
12
+ ## Notes
13
+ - Task: Semantic segmentation (image + mask).
14
+ - Background label should be 0; ignored regions may use 255.
15
+ - Please cite the original dataset and respect its license.
16
+