Prepare data for training
masterTraining data should be organized into a data/train directory with subdirectories for each dataset. Each dataset must contain a video folder with .mp4 files and a metadata.csv file.
Metadata Format:
metadata.csv must contain:
video_path: The path to the target video (relative to thetrain_data_dirdefined in the training code).caption: The caption describing the video.
Directory Structure:
data
|- train
|- dataset1
|- video
|- video1.mp4
|- metadata.csv
|- dataset2
|- video
|- video1.mp4
|- metadata.csv
|- eval
|- DAVIS
|- JPEGImages
|- Annotations