kendrickfff
commited on
Commit
•
4efb0b9
1
Parent(s):
26d9c9d
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,7 @@ This model is a garbage classification system built on the ResNet50 architecture
|
|
16 |
|
17 |
## Model Architecture
|
18 |
Base Model: ResNet50 (pre-trained on ImageNet).
|
|
|
19 |
Modifications: The final fully connected layer was modified to output 12 classes instead of the default 1000 classes used in ImageNet.
|
20 |
|
21 |
## Intended Use
|
@@ -116,7 +117,6 @@ Epoch 9 completed in 2181.82 seconds.
|
|
116 |
Epoch 10/10
|
117 |
----------
|
118 |
train Loss: 0.2604 Acc: 0.9136
|
119 |
-
|
120 |
valid Loss: 0.2076 Acc: 0.9326
|
121 |
|
122 |
Training complete in 362m 11s
|
@@ -133,6 +133,6 @@ This ResNet50-based garbage classification model shows promising performance for
|
|
133 |
Further details and the code for this model can be found in the experiment tracking system.
|
134 |
|
135 |
## Potential Improvements
|
136 |
-
- Real-world data collection to reduce bias.
|
137 |
-
-
|
138 |
- Deploying the model in edge devices for real-time classification at waste management facilities.
|
|
|
16 |
|
17 |
## Model Architecture
|
18 |
Base Model: ResNet50 (pre-trained on ImageNet).
|
19 |
+
|
20 |
Modifications: The final fully connected layer was modified to output 12 classes instead of the default 1000 classes used in ImageNet.
|
21 |
|
22 |
## Intended Use
|
|
|
117 |
Epoch 10/10
|
118 |
----------
|
119 |
train Loss: 0.2604 Acc: 0.9136
|
|
|
120 |
valid Loss: 0.2076 Acc: 0.9326
|
121 |
|
122 |
Training complete in 362m 11s
|
|
|
133 |
Further details and the code for this model can be found in the experiment tracking system.
|
134 |
|
135 |
## Potential Improvements
|
136 |
+
- Real-world data collection (preferably of items in poor or trash-like conditions) to reduce bias.
|
137 |
+
- More data augmentation to handle edge cases like occluded or partially damaged garbage items.
|
138 |
- Deploying the model in edge devices for real-time classification at waste management facilities.
|