crow icon indicating copy to clipboard operation
crow copied to clipboard

Cross-dimensional weighting for aggregated deep convolutional features.

Results 5 crow issues
Sort by recently updated
recently updated
newest added

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...

“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...

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

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...

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...