seoungwugoh / RGMP

Fast Video Object Segmentation by Reference-Guided Mask Propagation
192 stars 37 forks source link

Questions about the logit function #8

Closed sydney0zq closed 5 years ago

sydney0zq commented 5 years ago

In your RGMP paper Sec 3.3, you write the soft logit function. But in your code logit, I am a little confused about it.

Questions:

  1. In your training, you view the background as one instance and then propagate it? If so, the probability (Mask) of the background is the sum of other instance labels, which really confuses me.
  2. Could you please provide more details in training? (How to logit function with softmax is being used, is it just like the inference stage?)

Thanks in advance!

Sorry for my mistake.