Visual-AI / FROSTER

The official repository for ICLR2024 paper "FROSTER: Frozen CLIP is a Strong Teacher for Open-Vocabulary Action Recognition"
Other
54 stars 5 forks source link

hmdb51 mp4 video #7

Closed wjj-w closed 1 month ago

wjj-w commented 1 month ago

Hello, when I tested on the base set of hmdb51, some videos could not be read normally. I found that you changed their suffix to mp4 in val.csv, but the original video suffix was avi, even after I changed the suffix back to avi, it still could not be read normally. What is the reason? Looking forward to your reply!

OliverHxh commented 1 month ago

You should try using the ffmpeg command (or other commands) to transform the video format instead of directly renaming them. Here is an example:

ffmpeg -i input.avi -codec copy output.mp4