Model Pipeline - torchvision detection models
This pipeline uses torchvision detection models to find and classify objects in images. It takes images, processes them, trains a detection model, and then predicts bounding boxes and labels for objects.
This pipeline uses torchvision detection models to find and classify objects in images. It takes images, processes them, trains a detection model, and then predicts bounding boxes and labels for objects.
Epoch 1: ************ (1.2) Epoch 2: ******** (0.9) Epoch 3: ****** (0.7) Epoch 4: **** (0.55) Epoch 5: *** (0.45)
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | 0.45 | Model starts learning, loss high, accuracy low |
| 2 | 0.9 | 0.60 | Loss decreases, accuracy improves |
| 3 | 0.7 | 0.72 | Model learns better features, accuracy rises |
| 4 | 0.55 | 0.80 | Loss continues to drop, accuracy nearing good levels |
| 5 | 0.45 | 0.85 | Training converging, model performs well |