Update README.md
Browse files
README.md
CHANGED
|
@@ -224,32 +224,12 @@ The model was trained in two stages:
|
|
| 224 |
1. Classifier training with the EfficientNet-B0 backbone frozen.
|
| 225 |
2. Fine-tuning of the final feature blocks.
|
| 226 |
|
| 227 |
-
|
| 228 |
-
|
| 229 |
-

|
| 234 |
|
| 235 |
The epoch-level training history is available in
|
| 236 |
`training/training_history.json`.
|
| 237 |
-
---
|
| 238 |
-
|
| 239 |
-
## Explainability
|
| 240 |
-
|
| 241 |
-
Grad-CAM visualizations are provided to understand which image regions contribute most strongly to predictions.
|
| 242 |
-
|
| 243 |
-
Examples include:
|
| 244 |
-
|
| 245 |
-
- Correct HSRP predictions
|
| 246 |
-
- Correct Non-HSRP predictions
|
| 247 |
-
- False Positives
|
| 248 |
-
- False Negatives
|
| 249 |
-
|
| 250 |
-
Location:
|
| 251 |
-
|
| 252 |
-
explainability/
|
| 253 |
|
| 254 |
---
|
| 255 |
|
|
@@ -302,10 +282,8 @@ evaluation/
|
|
| 302 |
|
| 303 |
training/
|
| 304 |
βββ training_history.json
|
| 305 |
-
βββ
|
| 306 |
-
|
| 307 |
-
explainability/
|
| 308 |
-
βββ gradcam_examples/
|
| 309 |
|
| 310 |
```
|
| 311 |
---
|
|
@@ -327,10 +305,3 @@ Its sole responsibility is determining whether a cropped license plate image bel
|
|
| 327 |
- Binary HSRP classification
|
| 328 |
|
| 329 |
---
|
| 330 |
-
|
| 331 |
-
## Author
|
| 332 |
-
|
| 333 |
-
Aniket Behera
|
| 334 |
-
|
| 335 |
-
Computer Engineering
|
| 336 |
-
Smart HSRP Detection & Violation Monitoring System
|
|
|
|
| 224 |
1. Classifier training with the EfficientNet-B0 backbone frozen.
|
| 225 |
2. Fine-tuning of the final feature blocks.
|
| 226 |
|
| 227 |
+
| Phase 1 Loss | Phase 2 Loss |
|
| 228 |
+
| :---: | :---: |
|
| 229 |
+
|  |  |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
|
| 231 |
The epoch-level training history is available in
|
| 232 |
`training/training_history.json`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
|
| 234 |
---
|
| 235 |
|
|
|
|
| 282 |
|
| 283 |
training/
|
| 284 |
βββ training_history.json
|
| 285 |
+
βββ phase1_loss.png
|
| 286 |
+
βββ phase2_loss.png
|
|
|
|
|
|
|
| 287 |
|
| 288 |
```
|
| 289 |
---
|
|
|
|
| 305 |
- Binary HSRP classification
|
| 306 |
|
| 307 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|