JisuHann / One-day-One-paper

Review paper
3 stars 0 forks source link

YOLACT: Real-time Instance Segmentation #38

Closed JisuHann closed 2 years ago

JisuHann commented 2 years ago

YOLACT: Real-time Instance Segmentation

paper

Idea

  1. Produce a set of image-sized "prototype masks" not depending on any one instance
  2. Extra head to the object detection branch to predict a vector of "mask coefficients" for each anchor
  3. A mask for that instance by linearly combining the work of two branches