microsoft/VideoX

[X-CLIP] SampleFrames possible wrong arguments?

pha123661 opened this issue · 0 comments

Hi,

Thanks for the excellent work. However, in this line of the dataloader:

dict(type='SampleFrames', clip_len=1, frame_interval=1, num_clips=config.DATA.NUM_FRAMES),

The arguments are clip_len=1, num_clips=config.DATA.NUM_FRAMES. Shouldn't it be clip_len=config.DATA.NUM_FRAMES, frame_interval=1, num_clips=1?

Or did I miss something?

I look forward to your response, thanks.