PyTorch_Video_Dataset
PyTorch_Video_Dataset copied to clipboard
.t7 input file structure
Hi mohsen and thanks for your class. what is the structure of .t7 file?
Hi,
In the final version, the video list file format is "Pickle". There is a list with the format of:
[videoFileName, label]
in which each row points to sample, the first column is for video file names, and the second column is for labels.