ColumbiaDVMM / CDC

CDC: Convolutional-De-Convolutional Networks for Precise Temporal Action Localization in Untrimmed Videos
68 stars 18 forks source link

Do I need to download and compile both caffe and C3D before compling this CDC project? #22

Closed coolbay closed 5 years ago

coolbay commented 5 years ago

Do I need to download and compile both caffe and C3D before compling this CDC project?

I find I cannot run cd demo; ./xfeat.sh successfully after directly compling CDC. It gives me the error ./xfeat.sh: line 8: ../CDC/build/tools/extract_image_features.bin: No such file or directory . There isn't extract_image_features.bin in the directory, but there is just an extract_image_features.o file after I make CDC via cd ./CDC/; make all as instructed.

Do I need to install caffe and C3D first?

Thank you!

zhengshou commented 5 years ago

You don't need to install caffe or C3D. You program cannot find ../CDC/build/tools/extract_image_features.bin which means it's not compiled or your running root directory is incorrect