Model Pipeline - Bounding box representation
This pipeline shows how images with objects are processed to detect and represent objects using bounding boxes. Bounding boxes are rectangles that mark where objects are in the image.
This pipeline shows how images with objects are processed to detect and represent objects using bounding boxes. Bounding boxes are rectangles that mark where objects are in the image.
Loss
2.5 |*****
2.0 |****
1.5 |***
1.0 |**
0.5 |*
0.0 +-----
1 2 3 4 5 Epochs
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 2.5 | 0.30 | High loss and low accuracy as model starts learning |
| 2 | 1.8 | 0.45 | Loss decreases, accuracy improves with initial learning |
| 3 | 1.2 | 0.60 | Model learns bounding box locations better |
| 4 | 0.8 | 0.75 | Good improvement in detecting objects |
| 5 | 0.5 | 0.85 | Model converges with low loss and high accuracy |