Code Monkey home page Code Monkey logo

imageclassification's Introduction

ImageClassification

  1. Download this repository
  2. Download latest version of Slicer (Nightly)
  3. Add extension to 3D Slicer
  • edit -> Application Settings -> modules
  • add paths to RetrainCNN, CNN_Image_Classifier and Collect_Training_Images
  1. Add Slicer openCV, SlicerIGT and Sequences extension from Slicer extensions manager
  2. Install opencv, tensorflow and tensorflow_hub using pip
  • >>> import pip
  • >>> from pip._internal import main as pipmain
  • >>> pipmain(['install','tensorflow'])
  • >>> pipmain(['install','tensorflow_hub'])
  • >>> pipmain(['install','opencv-python'])
  • May need to run Slicer as administrator in Windows
  1. Collect training photos
  • Open Collect_Training_Photos module in 3D Slicer
  • Start Plus Config file
  • Select existing model or create a new model
  • Select image class or create new classes
  • Keeping the object that you are trying to recognize in the image frame click Start Image Collection
    • For best results introduce as much variety in orientation and background conditions as possible
  • Click Stop Image Collection
  1. Retrain the network
  • Open RetrainCNN module in 3D Slicer
  • Select the Model that you would like to retrain
  • Select all training parameters in the Advanced Options tab
  • Click Retrain
  1. Run Classifier
  • Open CNN_Image_Classifier module in 3D Slicer
  • Start Plus Config file
  • Select model
  • Click Start

imageclassification's People

Contributors

rebeccahisey 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.