aiacademy: 深度學習 CNN Segmentation
SegmentationPermalink

要實現 Segmentation 靠:
Fylly Convolutional Networksfor Semantic Segmentation (FCN)

- Only Convolution layer and transposed convolution layer in the network architecture.
ApproachPermalink

- To make the predicted resulte better, adding the skips to combine the final prediction layer with lower layer with finer stride.


Object Instance SegmentationPermalink

Object Instance Segmentation: Mask RCNN



Mask R-CNNPermalink
Mask RCNN
- Instance segmentation
- output: Masks
- Two Stage 的演算法
- Mask-RCNN 是 Faster-RCNN 的改良版
- Msdk_RCNN GitHub