2020-05-29 19:32:34 +08:00
2020-05-29 18:05:22 +08:00
2020-05-29 18:05:22 +08:00
2020-05-29 18:38:34 +08:00
2020-05-29 19:32:34 +08:00
2020-05-29 19:32:34 +08:00
2020-05-29 18:05:22 +08:00

SCDA_pytorch

A pytorch implementation of the "Selective Convolutional Descriptor Aggregation" algorithm

NOTE

cpu-only version

largestConnectComponent

Details

install requirements

  pip install -r requirements.txt;

On CUB and split dataset in 'CUB_200.py'.

random split CUB-200-2011 results:

top1 top5
CUB - -

Wei X S , Luo J H , Wu J , et al. Selective Convolutional Descriptor Aggregation for Fine-Grained Image Retrieval[J]. IEEE Transactions on Image Processing, 2017, 26(6):2868-2881.

Description
A pytorch implementation of the "Selective Convolutional Descriptor Aggregation" algorithm
Readme 358 KiB
Languages
Python 100%