Model Pipeline - Custom object detection dataset
This pipeline shows how a custom object detection dataset is prepared, used to train a model, and then how the model predicts objects in new images.
This pipeline shows how a custom object detection dataset is prepared, used to train a model, and then how the model predicts objects in new images.
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.15 | High loss and low accuracy as model starts learning |
| 2 | 1.8 | 0.35 | Loss decreases, accuracy improves as model learns object features |
| 3 | 1.2 | 0.55 | Model better detects objects, bounding box predictions improve |
| 4 | 0.9 | 0.70 | Loss continues to decrease, accuracy rises steadily |
| 5 | 0.7 | 0.78 | Model converging, good detection performance |