alibaba-mmai-research / HyRSM

Code for our CVPR 2022 Paper "Hybrid Relation Guided Set Matching for Few-shot Action Recognition".
Apache License 2.0
26 stars 5 forks source link

How to read SSv2 videos? #12

Open qizhongtan opened 1 year ago

qizhongtan commented 1 year ago

Hello authors, it looks like you treat the SSv2 videos as .mp4 files (here), but the SSv2 dataset is composed of .webm files. So have you done transformation before reading the data and how to do it? Thank you.

wangxiang1230 commented 1 year ago

Hello authors, it looks like you treat the SSv2 videos as .mp4 files (here), but the SSv2 dataset is composed of .webm files. So have you done transformation before reading the data and how to do it? Thank you.

Thank you for your attention to HyRSM. In order to unify the format, we unify the format of the SSv2 dataset, that is, convert all videos to ".mp4" format. The conversion method is to use opencv to read, and then save as ".mp4" format. But this step is not necessary, you can also read the original format.