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
Given a folder data/raw/... where ... = the downloaded v2d datasets, we need a script to partition (move) them into subdirectories called train, val, and test.
This is because the 4M folder directories expect the train/val/test to precede the modality, e.g.
train/video_rgb/class0/000.tar
train/video_det/class0/000.tar
train/video_transcript/class0/000.tar
```.
Then we can just run the merge_data.sh to go from raw to 4m-data 3 times (one for each split).
For now we can use a split of 70/10/20.
The text was updated successfully, but these errors were encountered:
Given a folder
data/raw/...
where ... = the downloaded v2d datasets, we need a script to partition (move) them into subdirectories calledtrain
,val
, andtest
.This is because the 4M folder directories expect the train/val/test to precede the modality, e.g.
The text was updated successfully, but these errors were encountered: