SamsungLabs / fbrs_interactive_segmentation

[CVPR2020] f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation https://arxiv.org/abs/2001.10331
Mozilla Public License 2.0
583 stars 94 forks source link

click based Bounding Box generation. #26

Closed aiwithshekhar closed 4 years ago

aiwithshekhar commented 4 years ago

Hi maybe my question is not relevant to this code base.

Can this repo with code modifications used for click based Bounding Box generation.

ptrvilya commented 4 years ago

Hi, I think that the simplest option is to obtain bounding box from predicted segmentation mask.

aiwithshekhar commented 4 years ago

Thanks a lot for replying, 1) If i want to train SSD considering bounding box from fbrs segmentation mask as Ground truth and SSD output as prediction and trying to minimize the loss. Will this work? 2) Can i continue with the multipoint sampler for this?