Giter Site home page Giter Site logo

motion_mobilenet_ssd's Introduction

MobileNet SSD model for Motion software

MobileNet SSD model here is intended for use with Intel's Movidius Neural Compute Stick and Motion software.

Upstream Motion software currently does not support Movidius yet, but if you are looking to try out Motion with Movidius support, head to my movidius branch.

How to install and run my movidius branch motion software

  1. Install Movidius NCSDKv2. Follow the installation manual. Note that the NCSDKv2 may screw up your existing libraries, so I recommend trying this on a sacrificial machine. Alternatively, you could try installing just the API by running sudo make api (I have not tested this one).
  2. Git clone the movidius branch into any directory you like.
    • git clone -b movidius https://github.com/jasaw/motion.git
  3. Go into the directory and run:
    • autoreconf -fiv
    • ./configure
    • make
    • sudo make install
  4. Download the MobileNet SSD graph file.
  5. Add MVNC related configuration items to thread-1.conf file.
    • mvnc_enable on : This will bypass the original motion detection algorithm and use MVNC instead.
    • mvnc_graph_path MobileNetSSD.graph : Path to MobileNetSSD graph. Other neural net models are not supported.
    • mvnc_classification person,cat,dog,car : A comma separated classes of objects to detect.
    • mvnc_threshold 75 : This is confidence threshold in percentage, which takes a range from 0 to 100 as integer. A detected person is only considered valid if the neural net confidence level is above this threshold. 75 seems like a good starting point.

MobileNet SSD graph file

Pre-trained MobileNet SSD files

I downloaded the pre-trained MobileNet SSD files from https://github.com/chuanqi305/MobileNet-SSD and compiled them into a graph file.

To generate the MobileNet SSD graph file, go to motion directory and run:

make MobileNetSSD.graph

motion_mobilenet_ssd's People

Contributors

jasaw avatar

Watchers

James Cloos avatar Abraham Arce 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.