facebookarchive / C3D

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

Where to locate ../../build/tools/extract_image_features.bin after re-compile? #429

Closed VivaainNg closed 5 years ago

VivaainNg commented 5 years ago

I've 2 questions:

  1. I got the error ../../build/tools/extract_image_features.bin is not found, because I didn't compile successfully. So, I have to re-start compiling all of the stuffs based on this link: http://vra.github.io/2016/03/03/c3d-use/ right? But I've done so and still got the same error: image

  2. So after I've done re-compiling, I want to confirm on the location of this extract_image_features.bin. I'll find the file in C3D-v1.0/build/tools/extract_image_features.bin , correct?

EMCL commented 5 years ago

yes me too

Liu0114 commented 5 years ago

I got the error file ../../build/tools/extract_image_features.bin is not foud,I want to know where the file?

kjsr7 commented 5 years ago

The entire build directory gets generated once the build process is successful.

Liu0114 commented 5 years ago

How to build ? Is there a reference?

kjsr7 commented 5 years ago

This would help you I guess.

dutran commented 5 years ago

yes, you need to build it successfully to have the binary.

Liu0114 commented 5 years ago

I changed the batch size 1,but I don't find any feature in the file however the shell show feature are exacted successfully.

SatyaKrishna commented 5 years ago

@Liu0114 check input file path in "c3d_sport1m_feature_extractor_video.prototxt" and paths for chunks specified in input_list_video.txt and output_list_videos_prefix.txt.