Skip to content
New issue

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

Question regarding clip_len and nun_segment in RawFrameClsDataset #75

Open
tarokiritani opened this issue Dec 28, 2024 · 0 comments
Open

Comments

@tarokiritani
Copy link

I expect clip_len changes the length of frame sequences in RawFrameClsDataset, but it is not used anywhere as far as I can tell.

clip_len=8,

In dataset/build.py, num_segment seems to be used to set the sequence length, but this results in the selection of random frames in videos. Is this intentional?

num_segment=args.num_frames,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant