chuckcho / video-caffe

Video-friendly caffe -- comes with the most recent version of Caffe (as of Jan 2019), a video reader, 3D(ND) pooling layer, and an example training script for C3D network and UCF-101 data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the result for test

bitwangdan opened this issue · comments

commented

when I run extract_c3d_features.sh ,i can't got the right result . I got the result like this:

I1129 15:59:10.526235 26263 net.cpp:283] Network initialization done.
E1129 15:59:10.556040 26263 predict.cpp:55] Extracting features for 1 batches
W1129 15:59:10.556077 26263 net.cpp:580] DEPRECATED: Forward(bottom, loss) will be removed in a future version. Use Forward(loss).
I1129 15:59:10.556095 26263 blocking_queue.cpp:50] Data layer prefetch queue empty
E1129 15:59:17.118046 26263 predict.cpp:95] Successfully extracted 0 features!

I don't extract the result .can you help me ?