ZhengChang467 / STRPM

STRPM: A Spatiotemporal Residual Predictive Model for High-Resolution Video Prediction, CVPR2022
MIT License
17 stars 3 forks source link

What is the meaning of c_att, m_att, c_net, m_net? #6

Open GreenLimeSia opened 1 year ago

GreenLimeSia commented 1 year ago

Dear authors @ZhengChang467 : Many thanks for your excellent work. But, there is some unclear meaning in STRPM.py. What is the sense of c_att, m_att, c_net, and m_net? Which formulas do these definitions correspond to in the paper?

I am looking forward to your reply. Thanks

ZhengChang467 commented 1 year ago

Thanks for your attention to our work. catt denotes T^k{t-tau:t-1}, m_att denotes S^{k-theta:k-1}_t in Fig. 3. c_net denotes the temporal states set where the t_th element denotes the temporal states at time step t. m_net denotes the spatial states set, where each element denotes exactly one spatial state in the spatial domain. I hope this can help you!

GreenLimeSia commented 1 year ago

Thanks for your quick reply. I will try to analyze it. Thank you very much, UCAS-er.