Giter Site home page Giter Site logo

deep-learning-landmark-classification's Introduction

deep-learning-landmark-classification

Environment setup

  1. Install conda.
  2. Install requirements.txt conda create --name dl-env --file ./requirements.txt.
  3. Depending on environment cuda might or might not be needed consult this page and install torch and friends accordingly.
  4. Create an empty checkpoints directory if it does not exist already
  5. Download the dataset
  6. Rename the dataset file to landmark_images if necessary.

Training the models

The models can be trained from the 2 notebooks provided:

  • custom_cnn.ipynb for out custom cnn model
  • transfer_learning.ipynb for the 3 transfer learning models

Running the notebook trains the corresponding model saving the best performing checkpoint each time and in the end of the training it wraps the model with a predicting wrapper to change the output of the model from percentages to a single prediction, runs a confusion matrix and saves the model with the wrapper.

Android application

The trained models are used in the SpotTheSpot application

deep-learning-landmark-classification's People

Contributors

dkafetzis avatar sugaropoulos avatar

Watchers

 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.