PyTorch_Video_Dataset icon indicating copy to clipboard operation
PyTorch_Video_Dataset copied to clipboard

.t7 input file structure

Open masoudpz opened this issue 7 years ago • 1 comments

Hi mohsen and thanks for your class. what is the structure of .t7 file?

masoudpz avatar Sep 23 '17 17:09 masoudpz

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.

MohsenFayyaz89 avatar Sep 23 '17 17:09 MohsenFayyaz89