I expect clip_len changes the length of frame sequences in RawFrameClsDataset, but it is not used anywhere as far as I can tell.
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, |