Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,33 +1,38 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
| 4 |
---
|
| 5 |
dataset_info:
|
| 6 |
features:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
splits:
|
| 24 |
-
|
| 25 |
-
|
| 26 |
total_num_examples: 19762
|
| 27 |
task_templates:
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
|
| 33 |
# Garbage Classification Dataset
|
|
@@ -90,4 +95,4 @@ If you use this dataset, please cite the following:
|
|
| 90 |
**App Link:** [Deep Waste - Play Store](https://play.google.com/store/apps/details?id=com.hai.deep_waste&hl=en)
|
| 91 |
|
| 92 |
|
| 93 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: image
|
| 5 |
+
dtype: image
|
| 6 |
+
- name: label
|
| 7 |
+
dtype:
|
| 8 |
+
class_label:
|
| 9 |
+
names:
|
| 10 |
+
- Metal
|
| 11 |
+
- Glass
|
| 12 |
+
- Biological
|
| 13 |
+
- Paper
|
| 14 |
+
- Battery
|
| 15 |
+
- Trash
|
| 16 |
+
- Cardboard
|
| 17 |
+
- Shoes
|
| 18 |
+
- Clothes
|
| 19 |
+
- Plastic
|
| 20 |
splits:
|
| 21 |
+
- name: train
|
| 22 |
+
num_examples: 19762
|
| 23 |
total_num_examples: 19762
|
| 24 |
task_templates:
|
| 25 |
+
- task: image-classification
|
| 26 |
+
input_schema: image
|
| 27 |
+
label_schema: class_label
|
| 28 |
+
license: mit
|
| 29 |
+
tags:
|
| 30 |
+
- waste
|
| 31 |
+
- garbage
|
| 32 |
+
- waste-management
|
| 33 |
+
- cnn
|
| 34 |
+
size_categories:
|
| 35 |
+
- 10K<n<100K
|
| 36 |
---
|
| 37 |
|
| 38 |
# Garbage Classification Dataset
|
|
|
|
| 95 |
**App Link:** [Deep Waste - Play Store](https://play.google.com/store/apps/details?id=com.hai.deep_waste&hl=en)
|
| 96 |
|
| 97 |
|
| 98 |
+
---
|