项目作者: tkhs3

项目描述 :
Bilinear CNN implementation using keras
高级语言: Jupyter Notebook
项目地址: git://github.com/tkhs3/BCNN_keras.git
创建时间: 2018-06-16T09:06:30Z
项目社区:https://github.com/tkhs3/BCNN_keras

开源协议:MIT License

下载


BCNN_keras

Bilinear CNN is simple yet powerful model for Fine-Grained Visual Classification task.
it is still competitive though developed more than 3 years ago.

reference here
http://vis-www.cs.umass.edu/bcnn/docs/bcnn_iccv15.pdf

In this demo, I implemented B-CNN D-D model with keras.
B-CNN leverage pre-trained networks.
D-D model use two identical VGG16 as backbone.

Bilinear-CNN architecture

Dataset - CUB-200-2011

Caltech-UCSD Birds-200-2011 (CUB-200-2011) is an image dataset with photos of 200 bird species.
It contains total 11,788 images.

reference here
http://www.vision.caltech.edu/visipedia/CUB-200-2011.html