Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,22 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- garythung/trashnet
|
5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- garythung/trashnet
|
5 |
+
---
|
6 |
+
|
7 |
+
```py
|
8 |
+
Classification Report:
|
9 |
+
precision recall f1-score support
|
10 |
+
|
11 |
+
cardboard 0.9912 0.9739 0.9825 806
|
12 |
+
glass 0.9564 0.9641 0.9602 1002
|
13 |
+
metal 0.9523 0.9744 0.9632 820
|
14 |
+
paper 0.9520 0.9848 0.9681 1188
|
15 |
+
plastic 0.9835 0.9274 0.9546 964
|
16 |
+
trash 0.9127 0.9161 0.9144 274
|
17 |
+
|
18 |
+
accuracy 0.9626 5054
|
19 |
+
macro avg 0.9580 0.9568 0.9572 5054
|
20 |
+
weighted avg 0.9631 0.9626 0.9626 5054
|
21 |
+
```
|
22 |
+
|
23 |
+

|