Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,29 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 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 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|