tzhhhh123 / HC-STVG

The HC-STVG Dataset
53 stars 1 forks source link

About 'img_num' and fps in annotations. #13

Open mzshuo opened 3 years ago

mzshuo commented 3 years ago

Hi,

I'd like to know how should I extract frames from a video. If I use your 'multiprocess_video2frame' file and set 'gap=1' to process it, the number of frames seems usually a little bit less than the 'img_num' in annotation like 599 vs 601. And if I use ffmpeg, I set the fps as 'img_num'/20, the result is still not equal to the 'img_num'. Could you please give some advice?

Thanks in advance.