Model Pipeline - Action recognition basics
This pipeline learns to recognize human actions from video clips. It processes video frames, extracts important features, trains a model to understand actions, and then predicts the action in new videos.
This pipeline learns to recognize human actions from video clips. It processes video frames, extracts important features, trains a model to understand actions, and then predicts the action in new videos.
Loss
1.2 |*
0.9 | *
0.7 | *
0.5 | *
0.4 | *
+---------
1 2 3 4 5 Epochs
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | 0.40 | Model starts learning, accuracy is low |
| 2 | 0.9 | 0.55 | Loss decreases, accuracy improves |
| 3 | 0.7 | 0.68 | Model captures action features better |
| 4 | 0.5 | 0.78 | Good improvement, model generalizes well |
| 5 | 0.4 | 0.83 | Training converges with high accuracy |