Datasets:

Modalities:
Image
Size:
< 1K
Libraries:
Datasets
License:
simamanda commited on
Commit
981dfae
·
verified ·
1 Parent(s): 25178f4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Waste Identifer Classifcation Model
5
+ ** By Amanda Sim
6
+
7
+ # Context
8
+ This classification model aims to identify items and categorize them based on how they should be disposed of. Using YOLOv11, this model fine-tunes previously trained datasets from Roboflow to fit new classes: recycle, trash, compost, and specialized disposal. This model is intented to be used to help people correctly dispose of their items and can be used for smart bins, which detected the item a person is holding and opens to the appropriate bin or for apps where the user can take a photo of the item and identify where it goes and how to dispose of it
9
+
10
+ # Training Data
11
+ - **Dataset 1**: Classifcation waste Computer Vision Model by GKHANG
12
+ -**Classes**: 10
13
+ -**Images**: 10,289
14
+ -**Link**: https://universe.roboflow.com/gkhang/classification-waste
15
+
16
+ - **Dataset 2**: Trash Computer Vision Dataset by BAILE
17
+ -**Classes**: 48
18
+ -**Images**: 101
19
+ -**Link**: https://universe.roboflow.com/baile/trash-izcuy
20
+
21
+ ## Class Distribution
22
+ |Class | Count |
23
+ |-----------------------|------:|
24
+ |Recycle | 1,607 |
25
+ |Trash | 1,023 |
26
+ |Compost | 1,814 |
27
+ |Specialized Disposal | 1,026 |
28
+
29
+ ## Annotation Process
30
+
31
+
32
+
33
+ ## Train/Validation/Test Split
34
+ - **Train**: 3,421 images (64%)
35
+ - **Validation**: 1,145 images (21%)
36
+ - **Test**: 791 images (15%)
37
+
38
+ ## Augmentations
39
+ - None
40
+
41
+ # Training Procedure
42
+ - **Framework**: Ultralytics
43
+ - **Hardware**: NVIDIA A100-SXM4-80GB
44
+ - **Batch Size**: 64
45
+ - **Epochs**: 50
46
+ - **Image Size**: 640
47
+ - **Patience**: 10
48
+
49
+ - _Early Stopping_: 38 epochs
50
+
51
+ # Evaluation Results
52
+
53
+
54
+ # Limitations and Biases