Model Pipeline - SSD concept
SSD (Single Shot MultiBox Detector) is a fast and efficient way to find and label objects in pictures. It looks at the image once and predicts where objects are and what they are.
SSD (Single Shot MultiBox Detector) is a fast and efficient way to find and label objects in pictures. It looks at the image once and predicts where objects are and what they are.
Loss
5.0 |****
4.0 |***
3.0 |**
2.0 |*
1.0 |*
0.0 +----
1 5 10 15 20 Epochs
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 4.5 | 0.30 | High loss and low accuracy as model starts learning |
| 5 | 2.8 | 0.55 | Loss decreasing and accuracy improving steadily |
| 10 | 1.6 | 0.75 | Model learns to detect objects better |
| 15 | 1.1 | 0.82 | Good convergence with improved detection accuracy |
| 20 | 0.9 | 0.85 | Loss stabilizes, accuracy plateaus showing model is well trained |