alanlukezic / d3s

D3S - Discriminative Single Shot Segmentation Tracker (CVPR 2020)
265 stars 57 forks source link

Video Segmentation #4

Closed mustansarfiaz closed 3 years ago

mustansarfiaz commented 4 years ago

I found your project very interesting. Your paper says that it performs tracking and segmentation. I test if for tracking but could not run it for segmentation. Could you please help me to run your project for video segmentation? For example to run over DAVIS or YouTube-VOS datasets. I am grateful for your help.

alanlukezic commented 4 years ago

The tracker can be evaluated on the video object segmentation similarly as it is on tracking problem. There are some minor changes that have to be done:

Segmentation masks will be saved in the save-masks-path/sequence1/ directory, which you specified when creating the tracker.

ReedZyd commented 3 years ago

How can I get the init mask and polygon ? Is it a binary matrix with the same shape as the frames?