Gogul09 / flower-recognition

🌺🌻 Using state-of-the-art pre-trained Deep Neural Net architectures for Flower Species Recognition
https://gogul09.github.io/software/flower-recognition-deep-learning
MIT License
159 stars 101 forks source link

Flower Species Recognition System

alt text

This repo contains the code for conference paper titled Flower Species Recognition System using Convolutional Neural Networks and Transfer Learning, by I.Gogul and V.Sathiesh Kumar, Proceedings of ICSCN-2017 conference, IEEE Xplore Digital Library.

Summary of the project

Update (16/12/2017): Included two new deep neural net models namely InceptionResNetv2 and MobileNet.

Dependencies

System requirements

Licence

MIT License

Usage

Show me the numbers

The below tables shows the accuracies obtained for every Deep Neural Net model used to extract features from FLOWERS17 dataset using different parameter settings.

Model Rank-1 accuracy Rank-5 accuracy
Xception 97.06% 99.26%
Inception-v3 96.32% 99.26%
VGG16 85.29% 98.53%
VGG19 88.24% 99.26%
ResNet50 56.62% 90.44%
MobileNet 98.53% 100.00%
Inception
ResNetV2
91.91% 98.53%
Model Rank-1 accuracy Rank-5 accuracy
Xception 93.38% 99.75%
Inception-v3 96.81% 99.51%
VGG16 88.24% 99.02%
VGG19 88.73% 98.77%
ResNet50 59.80% 86.52%
MobileNet 96.32% 99.75%
Inception
ResNetV2
88.48% 99.51%