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

can this be implemented for video tracking. #15

Closed priydarshi1o1 closed 4 years ago

priydarshi1o1 commented 4 years ago

For sequence dataset(video) can we use this interactive segmentation for using previously segmented objects in previous frames.

ksofiyuk commented 4 years ago

You can use our algorithm to get objects masks for the first frame. Then you can try to use some sort of tracking with segmentation algorithms (e.g. MOTS: Multi-Object Tracking and Segmentation).

priydarshi1o1 commented 4 years ago

Thanks for your reply, although MOTS authors have provided scripts for traning for semi-interactive annotation they haven't provided anything.