junxnone / aiwiki

AI Wiki
https://junxnone.github.io/aiwiki
18 stars 2 forks source link

ML Tasks Image Segmentation MaskRCNN #163

Open junxnone opened 5 years ago

junxnone commented 5 years ago

Reference

Brief

image

Mask R-CNN 可以自动对图片中每个目标的进行分割,并构建像素级的 masks.

image

vs Faster RCNN

image

Backbones Head Architecture
ResNet image
FPN image

ROIAlign


image


Test Result - ROIPool vs ROIAlign

image

junxnone commented 4 years ago

525