HyRSM icon indicating copy to clipboard operation
HyRSM copied to clipboard

How to read SSv2 videos?

Open qizhongtan opened this issue 1 year ago • 1 comments

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.

qizhongtan avatar Apr 17 '23 13:04 qizhongtan

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.

wangxiang1230 avatar Apr 22 '23 15:04 wangxiang1230