Datasets:
Move inline configs[].features into dataset_info:
Browse files
README.md
CHANGED
|
@@ -3,6 +3,15 @@ configs:
|
|
| 3 |
- config_name: raw
|
| 4 |
default: true
|
| 5 |
data_dir: raw
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
features:
|
| 7 |
- name: image
|
| 8 |
dtype: image
|
|
@@ -15,8 +24,7 @@ configs:
|
|
| 15 |
'2': Rotten
|
| 16 |
- name: fruit
|
| 17 |
dtype: string
|
| 18 |
-
- config_name:
|
| 19 |
-
data_dir: augmented
|
| 20 |
features:
|
| 21 |
- name: image
|
| 22 |
dtype: image
|
|
@@ -29,11 +37,6 @@ configs:
|
|
| 29 |
'2': Rotten
|
| 30 |
- name: fruit
|
| 31 |
dtype: string
|
| 32 |
-
license: cc-by-nc-nd-4.0
|
| 33 |
-
task_categories:
|
| 34 |
-
- image-classification
|
| 35 |
-
size_categories:
|
| 36 |
-
- 10K<n<100K
|
| 37 |
---
|
| 38 |
|
| 39 |
# FruitVision Quality Classification
|
|
|
|
| 3 |
- config_name: raw
|
| 4 |
default: true
|
| 5 |
data_dir: raw
|
| 6 |
+
- config_name: augmented
|
| 7 |
+
data_dir: augmented
|
| 8 |
+
license: cc-by-nc-nd-4.0
|
| 9 |
+
task_categories:
|
| 10 |
+
- image-classification
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
dataset_info:
|
| 14 |
+
- config_name: augmented
|
| 15 |
features:
|
| 16 |
- name: image
|
| 17 |
dtype: image
|
|
|
|
| 24 |
'2': Rotten
|
| 25 |
- name: fruit
|
| 26 |
dtype: string
|
| 27 |
+
- config_name: raw
|
|
|
|
| 28 |
features:
|
| 29 |
- name: image
|
| 30 |
dtype: image
|
|
|
|
| 37 |
'2': Rotten
|
| 38 |
- name: fruit
|
| 39 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
---
|
| 41 |
|
| 42 |
# FruitVision Quality Classification
|