Git Product home page Git Product logo

ssd_slam's Introduction

Single Shot Detector (SSD) wrapper ROS

By Or Tslil, Tal Feiner

Introduction

This work uses an implementation of [1], forked from the repository (https://github.com/balancap/SSD-Tensorflow). SSD is an unified framework for object detection with a single network. The intuition behaynd SSD is a multiple convolution operation with different shapes and sizes, each for different abstract (depth) of the network. alt text

SSD architecture [1].

The output of such architechture is an array of possible object, each one with its predicted class, location in the image and abounding box. The loss function of SSD is a combination of a catagorical crossentropy and a mean square error (MSE) of the predicted location and bounding of each object.

Installation

Dependencies:

  • install tensorflow (gpu is recomended)
  • install opencv (pip install opencv-python --user)
  • Clone the repository
  • unzip ssd_300_vgg.ckpt file under the model folder.

Examples

References

[1] Liu W, Anguelov D, Erhan D, Szegedy C, Reed S, Fu CY, Berg AC. Ssd: Single shot multibox detector. InEuropean conference on computer vision 2016 Oct 8 (pp. 21-37). Springer, Cham.

ssd_slam's People

Contributors

talfeiner avatar ortslil64 avatar

Watchers

James Cloos 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.