C3D icon indicating copy to clipboard operation
C3D copied to clipboard

Check failed: feature in the network c3d_sport1m_feature_extractor_frm.prototxt blob name prob

Open YangLiu9208 opened this issue 6 years ago • 3 comments

I want to extract features on the UCF101 dataset, but there is an error listed as follows:

Check failed: feature in the network c3d_sport1m_feature_extractor_frm.prototxt blob name prob

Why?

YangLiu9208 avatar May 19 '18 08:05 YangLiu9208

Here is the detailed information: F0519 16:00:14.338526 7728 extract_image_features.cpp:76] Check failed: feature in the network c3d_sport1m_feature_extractor_frm.prototxt blob name prob *** Check failure stack trace: *** Aborted

YangLiu9208 avatar May 19 '18 08:05 YangLiu9208

At extract_image_features.cpp:76: it checks the network and your net does not have a layer with name "prob"

dutran avatar May 25 '18 07:05 dutran

Hello, when I execute sh c3d_sport1m_feature_extraction_frm.sh file,The reported error is ../../build/tools/extract_image_features.bin : not found. However, the extract_features.bin file exists in my caffe. I have not found a lot of documents to solve. Have you encountered this problem? thank you very much for your help!

953585130 avatar Jun 08 '18 09:06 953585130