Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
coolbay opened this issue Jan 3, 2019 · 2 comments

Comments

@coolbay
Copy link

coolbay commented Jan 3, 2019

No description provided.

@coolbay
Copy link
Author

coolbay commented Jan 3, 2019

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants