updata requirements
parent
137a8721ce
commit
2b9a3a045b
11
README.md
11
README.md
|
@ -8,9 +8,20 @@ A pytorch implementation of the "Selective Convolutional Descriptor Aggregation"
|
|||
[largestConnectComponent](https://blog.csdn.net/xuyangcao123/article/details/81023732)
|
||||
|
||||
## 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.
|
|
@ -0,0 +1,7 @@
|
|||
scipy==1.3.1
|
||||
scikit_image==0.16.2
|
||||
torchvision==0.4.2
|
||||
numpy==1.17.3
|
||||
torch==1.3.1
|
||||
Pillow==7.1.2
|
||||
skimage==0.0
|
Loading…
Reference in New Issue