Hi,@dutran, I've successfully built and run the two feature extraction examples. Then I tried to train model from scratch by simply modifying protxt and shell scripts in c3d_train_ufc101 to point to my own dataset. My dataset is jpg sequence converted from tif. After launching the train sh, I got error at
I0428 17:02:18.825736 26358 solver.cpp:61] Solving deep_c3d_ucf101
I0428 17:02:18.825747 26358 solver.cpp:106] Iteration 0, Testing net
F0428 17:02:19.939705 26382 video_data_layer.cpp:123] Check failed: read_status Testing must not miss any example
Check failure stack trace:
@ 0x7f5cc712b5cd google::LogMessage::Fail()
@ 0x7f5cc712d433 google::LogMessage::SendToLog()
@ 0x7f5cc712b15b google::LogMessage::Flush()
@ 0x7f5cc712de1e google::LogMessageFatal::~LogMessageFatal()
@ 0x4c1b10 caffe::VideoDataLayerPrefetch<>()
@ 0x7f5cc73566ba start_thread
@ 0x7f5cc419f41d clone
@ (nil) (unknown)
Aborted (core dumped)
Hi,@dutran, I've successfully built and run the two feature extraction examples. Then I tried to train model from scratch by simply modifying protxt and shell scripts in c3d_train_ufc101 to point to my own dataset. My dataset is jpg sequence converted from tif. After launching the train sh, I got error at I0428 17:02:18.825736 26358 solver.cpp:61] Solving deep_c3d_ucf101 I0428 17:02:18.825747 26358 solver.cpp:106] Iteration 0, Testing net F0428 17:02:19.939705 26382 video_data_layer.cpp:123] Check failed: read_status Testing must not miss any example Check failure stack trace: @ 0x7f5cc712b5cd google::LogMessage::Fail() @ 0x7f5cc712d433 google::LogMessage::SendToLog() @ 0x7f5cc712b15b google::LogMessage::Flush() @ 0x7f5cc712de1e google::LogMessageFatal::~LogMessageFatal() @ 0x4c1b10 caffe::VideoDataLayerPrefetch<>() @ 0x7f5cc73566ba start_thread @ 0x7f5cc419f41d clone @ (nil) (unknown) Aborted (core dumped)