shiming-chen / MSDN

Official PyTorch Implementation of MSDN (CVPR'22)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the meaning of s_p and s_pp in the MSDN.py?

hugh920 opened this issue · comments

Dear author, thanks for your code.May I ask what s_p and s_pp are in the MSDN.py.Hope to get your answer.Thank you so much.

Hi @hugh920 ,

s_p is the learned attributed scores \psi_k.

s_pp is the prediction, i.e., p_1 or p_2.

Best!