facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.16k stars 506 forks source link

ERROR : video_data_layer.cpp:252] Check failed: ReadImageSequenceToVolumeDatum #441

Open vickichen97 opened 5 years ago

vickichen97 commented 5 years ago

When I finetune C3D on the UCF-101 dataset, I met a error about image_io.cpp: Could not open or find file( It seems that the samping rate: 2 and new_lengh: 8 of the input Sequence exceed the total length of the video, when start_frmlist[id] is close to the end frame of the video).Sometimes this error may lead the training process to a abort and report the error about video_data_layer.cpp, but sometimes not. Is there something wrong when I convert the video to the frames ? or I need to modify the train_01.lst ? Please help me .