GithubHelp home page GithubHelp logo

yahooarchive / crow Goto Github PK

View Code? Open in Web Editor NEW
105.0 105.0 32.0 17 KB

Cross-dimensional weighting for aggregated deep convolutional features.

License: Apache License 2.0

C++ 8.65% Python 84.23% Shell 7.12%

crow's People

Contributors

pumpikano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crow's Issues

feature extraction using GPU out of memory

Hi~When I was using 'python extract_features.py --images oxford/data/* --out oxford/pool5' It is slow so I modify the code extract_features.py by adding 'caffe.set_mode_gpu()' in the line 73, but it immediately throws out an error: Check failed : error == cudaSuccess (2 vs. 0) out of memory
I am using Tesla K20 with 4GB of GPU memory. Can someone help me proceed from here?

There might be a bug

I think line 86 in crow.py should be fixed by:
return sknormalize(x.reshape(1,-1), copy=copy)

i can not get the same results

Hi, i do the same experiments all mentioned in your paper. However,i can not get the same results, i just can not understand where am i wrong. I just wonder did somebody get the same results? Many thanks!

Resizing images

Hi -- how does crow deal with resizing images? I was under the impression that VGG16 took a 224x224 image as input, but it doesn't look like anything's being resized in the code.

Thanks
Ben

evaluation bug

if we crop the image as the query, you define the box as
box = map(lambda d: int(round(d)), (x, y, x + w, y + h))
however, the four numbers in the gt file represents the x1,y1,x2,y2 respectively, rather than x1,y1,w,h
so the cropped image is not right.
and the map of the wrongly cropped query image is better than the correct version

About the holiday dataset.

Hi, I'd like to raise a question. Here is the question.
When I do some experiments on the Holiday dataset, I can not get the same results. There are almost 20 percents gaps between my results and yours. So I wonder if I can have one copy of your source code which contains the Holiday dataset part.
Many thanks in advance.

The real image size that vggnet used.

“The version here keeps the full resolution for the best possible retrieval performance” in paper, but the input size is 10 * 3 * 224 * 224 in VGG_ILSVRC_16_pool5.prototxt. Will it resize the img into 224 * 224 automatically when running?
The problem I met is the poor performance when applying to imgs whose "height > width".
@pumpikano

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.