TrainingDataPro
commited on
Commit
•
b7a8a42
1
Parent(s):
2ed501f
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- code
|
9 |
---
|
10 |
+
|
11 |
+
# Outdoor Garbage Dataset
|
12 |
+
|
13 |
+
The dataset consisting of garbage cans of various capacities and types. Best to train a neural network to monitor the timely removal of garbage and organize the logistics of vehicles for garbage collection. Dataset is useful for the recommendation systems, optimization and automization the work of coomunity services, smart city.
|
14 |
+
|
15 |
+
![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F618942%2Fdc8b0574545e4e7963b06f6c47ce4a8e%2F(1).png?generation=1686047397390850&alt=media)
|
16 |
+
|
17 |
+
# Get the Dataset
|
18 |
+
This is just an example of the data.
|
19 |
+
If you need access to the entire dataset, contact us via [sales@trainingdata.pro](mailto:sales@trainingdata.pro) or leave a request on **https://trainingdata.pro/data-market**
|
20 |
+
|
21 |
+
# Content
|
22 |
+
|
23 |
+
Dataset includes 10 000 images of trash cans:
|
24 |
+
- in different times of day
|
25 |
+
- in different weather conditions
|
26 |
+
|
27 |
+
## Types of garbage cans capacity
|
28 |
+
|
29 |
+
- **is_full** - at least one of the trash cans shown in the photo is completely full. This type includes filled to the top, overflown cans.
|
30 |
+
- **is_empty** - garbage cans have free space, it could be half full or completely empty.
|
31 |
+
- **is_scattered** - the tag is added with is_empty or is_full. The tag means that the garbage (volumetric garbage bags, or building waste, but not single elements) is scattered nearby.
|
32 |
+
|
33 |
+
# Data Format
|
34 |
+
|
35 |
+
Each image from `img` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the labeled types of garbage cans capacities for each image in the dataset.
|
36 |
+
|
37 |
+
# Example of XML file structure
|
38 |
+
![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F618942%2F23d24b8378ac2db06e71e57ecb3d13ac%2Fcarbon%20(5).png?generation=1686076026295933&alt=media)
|
39 |
+
|
40 |
+
**[TrainingData](https://trainingdata.pro)** provides high-quality data annotation tailored to your needs.
|