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, |
I expect
clip_lenchanges the length of frame sequences inRawFrameClsDataset, but it is not used anywhere as far as I can tell.VideoMAEv2/dataset/datasets.py
Line 337 in 29eab1e
In dataset/build.py,
num_segmentseems to be used to set the sequence length, but this results in the selection of random frames in videos. Is this intentional?VideoMAEv2/dataset/build.py
Line 152 in 29eab1e