You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
I expect
clip_len
changes 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_segment
seems 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
The text was updated successfully, but these errors were encountered: