Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- computer-vision
|
| 5 |
+
- image-classification
|
| 6 |
+
- pytorch
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# TrashNet PoC Best Model
|
| 10 |
+
|
| 11 |
+
Two candidates were trained on TrashNet:
|
| 12 |
+
- ResNet50
|
| 13 |
+
- MobileNetV2
|
| 14 |
+
|
| 15 |
+
Selected best by validation accuracy.
|
| 16 |
+
|
| 17 |
+
Classes: ['cardboard', 'glass', 'metal', 'paper', 'plastic', 'trash']
|
| 18 |
+
|
| 19 |
+
Files:
|
| 20 |
+
- `best_model.pt`: checkpoint (state_dict + metadata)
|
| 21 |
+
- `labels.json`: class names
|