Closed czgdp1807 closed 6 years ago
For training C3D I have made a file, train.lst which have lines similar to the one given below,
train.lst
/home/username/Dataset/train/v0.avi 0 0
However, the lines given in the example file, train_01.lst are similar to,
train_01.lst
/data/username/v_ApplyEyeMakeUp/ 0 0
Is there any issue with directly using .avi files for training, or first I have to convert it to frames and then train on that frames?
.avi
there is one option for you to use videos as input, https://github.com/facebook/C3D/blob/master/C3D-v1.1/examples/c3d_ucf101_finetuning/train_resnet18_r2.prototxt#L22
For training C3D I have made a file,
train.lst
which have lines similar to the one given below,/home/username/Dataset/train/v0.avi 0 0
However, the lines given in the example file,
train_01.lst
are similar to,/data/username/v_ApplyEyeMakeUp/ 0 0
Is there any issue with directly using
.avi
files for training, or first I have to convert it to frames and then train on that frames?