Datasets:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ configs:
|
|
| 16 |
- split: train
|
| 17 |
path: data/train-*
|
| 18 |
- split: extra
|
| 19 |
-
path:
|
| 20 |
- split: test
|
| 21 |
path: test/metadata.jsonl
|
| 22 |
dataset_info:
|
|
@@ -35,8 +35,11 @@ dataset_info:
|
|
| 35 |
- name: train
|
| 36 |
num_bytes: 371281123
|
| 37 |
num_examples: 2710
|
| 38 |
-
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
| 40 |
---
|
| 41 |
|
| 42 |
# Glass Surface Detection (GSD) Dataset
|
|
|
|
| 16 |
- split: train
|
| 17 |
path: data/train-*
|
| 18 |
- split: extra
|
| 19 |
+
path: data/extra-*
|
| 20 |
- split: test
|
| 21 |
path: test/metadata.jsonl
|
| 22 |
dataset_info:
|
|
|
|
| 35 |
- name: train
|
| 36 |
num_bytes: 371281123
|
| 37 |
num_examples: 2710
|
| 38 |
+
- name: extra
|
| 39 |
+
num_bytes: 70697560
|
| 40 |
+
num_examples: 579
|
| 41 |
+
download_size: 401430380
|
| 42 |
+
dataset_size: 441978683
|
| 43 |
---
|
| 44 |
|
| 45 |
# Glass Surface Detection (GSD) Dataset
|