Thank you for your work. I am not very familiar with MATLAB coding, but according to your paper, I think the loss you used for instance segmentation is:
the margin loss after every step of mean-shift from 0 to T, and each time step t you use the updated data to get the loss lt
Also, since the mean-shift kernel is set (according to your paper), all you train is the embedding from pixel to the 64-dimension feature. Am I right?
Thank you for your work. I am not very familiar with MATLAB coding, but according to your paper, I think the loss you used for instance segmentation is:
the margin loss after every step of mean-shift from 0 to T, and each time step t you use the updated data to get the loss lt
Also, since the mean-shift kernel is set (according to your paper), all you train is the embedding from pixel to the 64-dimension feature. Am I right?