Git Product home page Git Product logo

flower-recognition's Introduction

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

  • Pretrained state-of-the-art neural networks are used on University of Oxford's FLOWERS17 and FLOWERS102 dataset.
  • Models used - Xception, Inception-v3, OverFeat, ResNet50, VGG16, VGG19.
  • Weights used - ImageNet
  • Classifier used - Logistic Regression
  • Tutorial for this work is available at - Using Pre-trained Deep Learning models for your own dataset

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

Dependencies

  • Theano or TensorFlow sudo pip install theano or sudo pip install tensorflow
  • Keras sudo pip install keras
  • NumPy sudo pip install numpy
  • matplotlib sudo pip install matplotlib and you also need to do this sudo apt-get install python-dev
  • seaborn sudo pip install seaborn
  • h5py sudo pip install h5py
  • scikit-learn sudo pip install scikit-learn

System requirements

  • This project used Windows 10 for development purposes and Odroid-XU4 for testing purposes.

Licence

MIT License

Usage

  • Organize dataset - python organize_flowers17.py
  • Feature extraction using CNN - python extract_features.py
  • Train model using Logistic Regression - python train.py

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.

  • Result-1

    • test_size : 0.10
    • classifier : Logistic Regression
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%
  • Result-2

    • test_size : 0.30
    • classifier : Logistic Regression
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%

flower-recognition's People

Contributors

gogul09 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.