Model Pipeline - Mask R-CNN overview
Mask R-CNN is a model that finds objects in pictures, draws boxes around them, and colors each object precisely. It does this by first spotting objects, then figuring out their exact shape.
Mask R-CNN is a model that finds objects in pictures, draws boxes around them, and colors each object precisely. It does this by first spotting objects, then figuring out their exact shape.
Loss: 1.2 |**** Loss: 0.9 |****** Loss: 0.7 |******** Loss: 0.55|********* Loss: 0.45|**********
| Epoch | Loss ↓ | Accuracy ↑ | Observation |
|---|---|---|---|
| 1 | 1.2 | 0.45 | Model starts learning basic object shapes |
| 2 | 0.9 | 0.60 | Better detection and mask prediction |
| 3 | 0.7 | 0.72 | Improved box accuracy and mask quality |
| 4 | 0.55 | 0.80 | Model refines object boundaries well |
| 5 | 0.45 | 0.85 | Strong detection and precise masks |