Computer Vision
Mask R-CNN
Extending Faster R-CNN to instance segmentation by adding a mask prediction branch.
This concept is essential for understanding computer vision and forms a key part of modern AI systems.
Related Concepts
- Instance Segmentation
- Faster R-CNN
- Object Detection
Tags
computer-vision instance-segmentation faster-r-cnn object-detection
Related Terms
Faster R-CNN
An object detection architecture with RPN for efficient region proposals.
Instance Segmentation
Combining object detection and segmentation to identify individual object instances at the pixel level.
Object Detection
Identifying and localizing multiple objects in an image with bounding boxes and class labels (YOLO, R-CNN, RetinaNet).