We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Thanks for the excellent work. However, in this line of the dataloader:
VideoX/X-CLIP/datasets/build.py
Line 249 in 71ef17a
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?
clip_len=1, num_clips=config.DATA.NUM_FRAMES
clip_len=config.DATA.NUM_FRAMES, frame_interval=1, num_clips=1
Or did I miss something?
I look forward to your response, thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for the excellent work. However, in this line of the dataloader:
VideoX/X-CLIP/datasets/build.py
Line 249 in 71ef17a
The arguments are
clip_len=1, num_clips=config.DATA.NUM_FRAMES
. Shouldn't it beclip_len=config.DATA.NUM_FRAMES, frame_interval=1, num_clips=1
?Or did I miss something?
I look forward to your response, thanks.
The text was updated successfully, but these errors were encountered: