Giter Site home page Giter Site logo

ssd-object-detection's Introduction

SSD-Object-Detection

In this project, I have used SSD512 algorithm to detect objects in images and videos.
This project use prebuild model and weights.

For Original Model creation and training on your own datasets, please check out Pierluigi Ferrari' SSD Implementation

Overview

SSD (Single Shot MultiBox Detector)

  • Single Shot: this means that the tasks of object localization and classification are done in a single forward pass of the network
  • MultiBox: this is the name of a technique for bounding box regression developed by Szegedy et al.
  • Detector: The network is an object detector that also classifies those detected objects

Examples

Test Image
Test Image
Test Image

Dependencies

  • Python 3+
  • Keras (with tensorflow backend)
  • OpenCV
  • Numpy
  • imageio
  • ffmpeg

How to use

  1. Fork this repo
  2. Download the pretrained weights by the following link and save it in weights folder. Weigths
  3. Put the test images under inputs/images and videos under inputs/videos
  4. Execute the SSD-Object-Detection.py file.
  5. Voilà, check the outputs folder.

References

ssd-object-detection's People

Contributors

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