Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ dataset_info:
|
|
| 19 |
num_bytes: 125002068.628
|
| 20 |
num_examples: 3094
|
| 21 |
- name: validation
|
| 22 |
-
num_bytes: 15704543
|
| 23 |
num_examples: 397
|
| 24 |
download_size: 139640084
|
| 25 |
dataset_size: 140706611.62800002
|
|
@@ -30,4 +30,35 @@ configs:
|
|
| 30 |
path: data/train-*
|
| 31 |
- split: validation
|
| 32 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
num_bytes: 125002068.628
|
| 20 |
num_examples: 3094
|
| 21 |
- name: validation
|
| 22 |
+
num_bytes: 15704543
|
| 23 |
num_examples: 397
|
| 24 |
download_size: 139640084
|
| 25 |
dataset_size: 140706611.62800002
|
|
|
|
| 30 |
path: data/train-*
|
| 31 |
- split: validation
|
| 32 |
path: data/validation-*
|
| 33 |
+
license: cc-by-4.0
|
| 34 |
+
task_categories:
|
| 35 |
+
- image-classification
|
| 36 |
+
- object-detection
|
| 37 |
+
- image-segmentation
|
| 38 |
+
language:
|
| 39 |
+
- en
|
| 40 |
+
tags:
|
| 41 |
+
- object-detection
|
| 42 |
+
- image-classification
|
| 43 |
+
- image-segmentation
|
| 44 |
---
|
| 45 |
+
|
| 46 |
+
## Garbage Image dataset
|
| 47 |
+
|
| 48 |
+
Dataset consists of images, bounding-boxes and segmentations for each elements.
|
| 49 |
+
|
| 50 |
+
```
|
| 51 |
+
@misc{
|
| 52 |
+
garbage-classifier-oehkt_dataset,
|
| 53 |
+
title = { Garbage Classifier Dataset },
|
| 54 |
+
type = { Open Source Dataset },
|
| 55 |
+
author = { Student },
|
| 56 |
+
howpublished = { \url{ https://universe.roboflow.com/student-utr07/garbage-classifier-oehkt } },
|
| 57 |
+
url = { https://universe.roboflow.com/student-utr07/garbage-classifier-oehkt },
|
| 58 |
+
journal = { Roboflow Universe },
|
| 59 |
+
publisher = { Roboflow },
|
| 60 |
+
year = { 2023 },
|
| 61 |
+
month = { aug },
|
| 62 |
+
note = { visited on 2025-04-29 },
|
| 63 |
+
}
|
| 64 |
+
```
|