This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Description
Thank you for sharing such a great project! I met difficulties while training.. Really appreciated if you can offer some help.
In your instructions, there is
"Ensure pre-training datasets (VGG-Sound, Kinetics, AVE) are pre-processed such that the folder structure is in the form:
{dataset_name}/{train,val,test}/{class_name}/{video_name}.mp4"
In the code, it tries to find "datasets/data/vggsound_train.txt", may I know how did you process the VGGSound data? I asked this since the VGGSound data is provided in a single CSV file.
Should I download all videos or just change the column orders of the CSV file?
Thanks again!