Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,48 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
task_categories:
|
| 4 |
-
- image-segmentation
|
| 5 |
tags:
|
| 6 |
-
- glass-surface-detection
|
| 7 |
-
- segmentation
|
| 8 |
-
- reflection
|
| 9 |
-
- computer-vision
|
| 10 |
pretty_name: Glass Surface Detection (GSD)
|
| 11 |
size_categories:
|
| 12 |
-
- 1K<n<10K
|
| 13 |
-
configs:
|
| 14 |
-
- config_name: default
|
| 15 |
-
data_files:
|
| 16 |
-
- split: train
|
| 17 |
-
path: data/train-*
|
| 18 |
-
- split: extra
|
| 19 |
-
path: data/extra-*
|
| 20 |
-
- split: test
|
| 21 |
-
path: data/test-*
|
| 22 |
-
dataset_info:
|
| 23 |
-
features:
|
| 24 |
-
- name: image_id
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: image
|
| 27 |
-
dtype: image
|
| 28 |
-
- name: mask
|
| 29 |
-
dtype: image
|
| 30 |
-
- name: reflections
|
| 31 |
-
dtype: image
|
| 32 |
-
- name: edge
|
| 33 |
-
dtype: image
|
| 34 |
-
splits:
|
| 35 |
-
- name: train
|
| 36 |
-
num_bytes: 371281123
|
| 37 |
-
num_examples: 2710
|
| 38 |
-
- name: extra
|
| 39 |
-
num_bytes: 70697560
|
| 40 |
-
num_examples: 579
|
| 41 |
-
- name: test
|
| 42 |
-
num_bytes: 33643740
|
| 43 |
-
num_examples: 813
|
| 44 |
-
download_size: 435116512
|
| 45 |
-
dataset_size: 475622423
|
| 46 |
---
|
| 47 |
|
| 48 |
# Glass Surface Detection (GSD) Dataset
|
|
@@ -102,9 +69,6 @@ huggingface-cli download garrying/GSD parquet_to_raw.py --repo-type dataset --lo
|
|
| 102 |
|
| 103 |
# convert all splits to raw PNG files
|
| 104 |
python parquet_to_raw.py --repo garrying/GSD --out GSD
|
| 105 |
-
|
| 106 |
-
# optionally re-upload the raw files to another HF dataset repo
|
| 107 |
-
python parquet_to_raw.py --repo garrying/GSD --out GSD --upload-to your-username/GSD-raw
|
| 108 |
```
|
| 109 |
|
| 110 |
Output layout:
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
tags:
|
| 6 |
+
- glass-surface-detection
|
| 7 |
+
- segmentation
|
| 8 |
+
- reflection
|
| 9 |
+
- computer-vision
|
| 10 |
pretty_name: Glass Surface Detection (GSD)
|
| 11 |
size_categories:
|
| 12 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Glass Surface Detection (GSD) Dataset
|
|
|
|
| 69 |
|
| 70 |
# convert all splits to raw PNG files
|
| 71 |
python parquet_to_raw.py --repo garrying/GSD --out GSD
|
|
|
|
|
|
|
|
|
|
| 72 |
```
|
| 73 |
|
| 74 |
Output layout:
|