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
|
|
@@ -19,8 +28,7 @@ configs:
|
|
| 19 |
'6': Styler end root
|
| 20 |
- name: plant_part
|
| 21 |
dtype: string
|
| 22 |
-
- config_name:
|
| 23 |
-
data_dir: augmented
|
| 24 |
features:
|
| 25 |
- name: image
|
| 26 |
dtype: image
|
|
@@ -37,11 +45,6 @@ configs:
|
|
| 37 |
'6': Styler end root
|
| 38 |
- name: plant_part
|
| 39 |
dtype: string
|
| 40 |
-
license: cc-by-4.0
|
| 41 |
-
task_categories:
|
| 42 |
-
- image-classification
|
| 43 |
-
size_categories:
|
| 44 |
-
- 10K<n<100K
|
| 45 |
---
|
| 46 |
|
| 47 |
# Guava Disease Classification
|
|
|
|
| 3 |
- config_name: raw
|
| 4 |
default: true
|
| 5 |
data_dir: raw
|
| 6 |
+
- config_name: augmented
|
| 7 |
+
data_dir: augmented
|
| 8 |
+
license: cc-by-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
|
|
|
|
| 28 |
'6': Styler end root
|
| 29 |
- name: plant_part
|
| 30 |
dtype: string
|
| 31 |
+
- config_name: raw
|
|
|
|
| 32 |
features:
|
| 33 |
- name: image
|
| 34 |
dtype: image
|
|
|
|
| 45 |
'6': Styler end root
|
| 46 |
- name: plant_part
|
| 47 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
---
|
| 49 |
|
| 50 |
# Guava Disease Classification
|