Smolry commited on
Commit
ac41245
Β·
verified Β·
1 Parent(s): 3eae3e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -34
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
- ### Phase 1
228
-
229
- ![Phase 1 Training Loss](training/phase1_loss.png)
230
-
231
- ### Phase 2
232
-
233
- ![Phase 2 Fine-Tuning Loss](training/phase2_loss.png)
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
- └── training_config.yaml
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
+ | ![Phase 1](training/phase1_loss.png) | ![Phase 2](training/phase2_loss.png) |
 
 
 
 
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
  ---