All Projects → Ylexx → Bilinear_CNN

Ylexx / Bilinear_CNN

Licence: other
A pytorch implementation of Bilinear CNNs for Fine-grained Visual Recognition(BCNN).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bilinear CNN

Imagenet
Pytorch Imagenet Models Example + Transfer Learning (and fine-tuning)
Stars: ✭ 134 (+204.55%)
Mutual labels:  vgg
Srgan
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
Stars: ✭ 2,641 (+5902.27%)
Mutual labels:  vgg
LibtorchTutorials
This is a code repository for pytorch c++ (or libtorch) tutorial.
Stars: ✭ 463 (+952.27%)
Mutual labels:  vgg
Pyramidbox.pytorch
Pyramidbox implement with pytorch
Stars: ✭ 142 (+222.73%)
Mutual labels:  vgg
Ailearnnotes
Artificial Intelligence Learning Notes.
Stars: ✭ 195 (+343.18%)
Mutual labels:  vgg
pretrained-models
No description or website provided.
Stars: ✭ 76 (+72.73%)
Mutual labels:  vgg
X Ray Classification
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
Stars: ✭ 83 (+88.64%)
Mutual labels:  vgg
python cv AI ML
用python做计算机视觉,人工智能,机器学习,深度学习等
Stars: ✭ 73 (+65.91%)
Mutual labels:  vgg
Unofficial Implement Of Openpose
Implement of Openpose use Tensorflow
Stars: ✭ 222 (+404.55%)
Mutual labels:  vgg
BankCard-Recognizer
Identifying numbers from bankcard, based on Deep Learning with Keras [China Software Cup 2019]
Stars: ✭ 74 (+68.18%)
Mutual labels:  vgg
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+7754.55%)
Mutual labels:  vgg
Vgg19 with tensorflow
An easy implement of VGG19 with tensorflow, which has a detailed explanation.
Stars: ✭ 173 (+293.18%)
Mutual labels:  vgg
pig face
Tensorflow + python + bilinear cnn 本项目最终排名 15/1386
Stars: ✭ 22 (-50%)
Mutual labels:  bilinear
Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (+204.55%)
Mutual labels:  vgg
DL.EyeSight
Mainly use SSD, YOLO and other models to solve the target detection problem in image and video !
Stars: ✭ 48 (+9.09%)
Mutual labels:  vgg
Imagenet
This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet, vgg, resnet, squeezenet, densenet)
Stars: ✭ 126 (+186.36%)
Mutual labels:  vgg
Ai papers
AI Papers
Stars: ✭ 253 (+475%)
Mutual labels:  vgg
Pruning filters for efficient convnets
PyTorch implementation of "Pruning Filters For Efficient ConvNets"
Stars: ✭ 96 (+118.18%)
Mutual labels:  vgg
Printed-Chinese-Character-OCR
This is a Chinese Character ocr system based on Deep learning (VGG like CNN neural net work),this rep include trainning set generating,image preprocesing,NN model optimizing based on Keras high level NN framwork
Stars: ✭ 21 (-52.27%)
Mutual labels:  vgg
DeepNetModel
记录每一个常用的深度模型结构的特点(图和代码)
Stars: ✭ 25 (-43.18%)
Mutual labels:  vgg

Bilinear_CNN

A pytorch implementation of Bilinear CNNs for Fine-grained Visual Recognition(BCNN).

Requirements

  • python 2.7
  • pytorch 0.4.1

Train

Step 1.

Step 2.

  • Set the path to the dataset and vgg parameters in the code.

Step 3. Train the fc layer only. It gives 77.30% test set accuracy.

  • python train_last.py

Step 4. Fine-tune all layers. It gives 84.40% test set accuracy.

  • python train_finetune.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].