lidq92 / MDTVSFA

[official] Unified Quality Assessment of In-the-Wild Videos with Mixed Datasets Training (IJCV 2021)
MIT License
83 stars 16 forks source link

About "subjectively-inspired temporal pooling"? #5

Closed ciwei123 closed 3 years ago

ciwei123 commented 3 years ago

@lidq92 Thanks for your sharing. The article says before and after frames are taken into account.(《Qality Assessment of In-the-Wild Videos》formula 7,8,9)But I find the code consider only one frame,relative_score[d][i] = self._sitp(q[i, :x_len[i].item()]).I can't find any code to store the before and after frames. Would you please explain it for me? Thank you very much!!

ciwei123 commented 3 years ago

I may be understand the meaning of the code. q is frame quality, and q stores all frames. Thank you very much.