hkchengrex / MiVOS

[CVPR 2021] Modular Interactive Video Object Segmentation: Interaction-to-Mask, Propagation and Difference-Aware Fusion. Semi-supervised VOS as well!

Home Page:https://hkchengrex.com/MiVOS/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the code of top-k filtering

DavidKong96 opened this issue · comments

thanks for your sharing.
what's the meaning of
x_exp = torch.exp(values - values[:, 0]) ?
why need to do values -values[:0]?
Looking forward to your reply.