jiangtaoxie / fast-MPN-COV

@CVPR2018: Efficient unrolling iterative matrix square-root normalized ConvNets, implemented by PyTorch (and code of B-CNN,Compact bilinear pooling etc.) for training from scratch & finetuning.
http://peihuali.org/iSQRT-COV/index.html
MIT License
270 stars 56 forks source link

CUB-200-20122数据集实验 #11

Closed zyyhl closed 5 years ago

zyyhl commented 5 years ago

你好,我看了您的论文,发现您在CUB数据集上做了实验,您可以公布下关于这个数据集的代码吗,谢谢!

jiangtaoxie commented 5 years ago

https://github.com/jiangtaoxie/fast-MPN-COV/tree/master/finetune

zyyhl commented 5 years ago

@jiangtaoxie 谢谢您解答我的疑惑,我没有找到关于CUB数据集预处理的代码,数据应该制作的格式是什么呢?谢谢!我发现main.py文件里面直接加载imageNet数据集,我运行的是finetune.sh文件。