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

Speed considerations for loading Caffe features #16

Open
mgh1 opened this issue Sep 15, 2014 · 0 comments
Open

Speed considerations for loading Caffe features #16

mgh1 opened this issue Sep 15, 2014 · 0 comments

Comments

@mgh1
Copy link

mgh1 commented Sep 15, 2014

It seems the main method to load Caffe's CNN features is from the caffe function in vislab / features / misc.py. I have several questions on performance:

  1. Why does the Caffe method in misc.py use CPU instead of GPU?
  2. Does your Caffe method do the 256x256 resizing or should I do that as a pre-proccessing step?
  3. What is the downside to using extract_features.bin from the Caffe project to extract the features for vislab?
  4. Just for reference to see if I'm on track - what is the expected time to extract features, from ~50,000 images?

Thank you Sergey!

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

1 participant