You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Why does the Caffe method in misc.py use CPU instead of GPU?
Does your Caffe method do the 256x256 resizing or should I do that as a pre-proccessing step?
What is the downside to using extract_features.bin from the Caffe project to extract the features for vislab?
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!
The text was updated successfully, but these errors were encountered:
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:
Thank you Sergey!
The text was updated successfully, but these errors were encountered: