GithubHelp home page GithubHelp logo

friedrith / object-detection-mobilenet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sid2697/object-detection-mobilenet

0.0 1.0 0.0 33.85 MB

Demonstration of Object Detection using MobileNets

License: MIT License

Python 100.00%

object-detection-mobilenet's Introduction

Object-Detection-MobileNet

license

Demonstration of Object Detection using MobileNets and OpenCV.

Description

This project was made for detecting 20 different types of object such as "background", "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor" in a live video using the webcam or a pre-recorded video.

Preview

Alt Text

Better Quality Video

IMAGE ALT TEXT

Requirements

  • numpy
  • imutils
  • OpenCV

You can install all the required libraries by running the following command
pip install requirements.txt

Functionalities

  1. Using pre-trained MobileNet architecture for detection of the objects present.
  2. Combining MobileNet and Single Shot Detector(SSD) framework.
  3. Model used is Caffe version of original TensorFlow implementation by Howard et al.

Procedure

For detecting objects in an image.

./image_object_detection.py -i #path to the input image -p #path to Caffe deploy prototxt file -m #path to the Caffe pre-trained model

For detecting objects in a video.

./video_object_detection.py -p #path to Caffe deploy prototxt file -m #path to the Caffe pre-trained model

Credits

Adrian Rosebrock creator of PyimageSearch

object-detection-mobilenet's People

Contributors

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