SoftTeacher icon indicating copy to clipboard operation
SoftTeacher copied to clipboard

How to use this repo as instance segmentation task

Open deeptig84 opened this issue 4 years ago • 1 comments

Hi , I want to use this repo for instance segmentation task, Could you please let me know how can I achieve the same.

deeptig84 avatar Oct 27 '21 07:10 deeptig84

Before starting it, you may want to refer to https://github.com/open-mmlab/mmdetection and learn how to train a supervised instance segmentation model with this framework. And then You may want to refer to https://github.com/microsoft/SoftTeacher/issues/72. Nevertheless, adding another branch to produce mask prediction and deal with it like a usual pipeline is the simplest solution.

MendelXu avatar Oct 28 '21 12:10 MendelXu