C3D icon indicating copy to clipboard operation
C3D copied to clipboard

extract_features.bin : not found

Open 953585130 opened this issue 6 years ago • 2 comments

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

just rename extract_features.bin --> extract_features in your script!

ndcuong91 avatar Jul 06 '18 07:07 ndcuong91

same error

sh c3d_sport1m_feature_extraction_video.sh 
c3d_sport1m_feature_extraction_video.sh: 3: c3d_sport1m_feature_extraction_video.sh: ../../build/tools/extract_image_features.bin: not found

after removing .bin

c3d_sport1m_feature_extraction_video.sh: 3: c3d_sport1m_feature_extraction_video.sh: ../../build/tools/extract_image_features: not found

siddas27 avatar Aug 08 '19 11:08 siddas27