Git Product home page Git Product logo

object-detection-template's Introduction

Object Detection

Recently the Chinese Police was on the first page of the most famous newspapers because they have succesfully detected a criminal in a pop concert with 60k people from security cameras using a facial recognition system. Here's a link of the news if you missed it. This is not the first time that they used the same technology to catch criminals, but it is certainly quite amazing what this technology is able to achieve.

Try it now

Run on FloydHub

Click this button to open a Workspace on FloydHub that will train this model.

"Where is Syd?"

In this project, we will use Tensorflow Object Detection API to detect Syd. It turns out that Syd participated to several Sport events of the last years, mostly during the opening ceremony. Unfortunately, we were able to get only some images of him during the ceremonies... but don't worry, Transfer Learning comes to help. We will use a pre-trained SSD model on COCO dataset to find Syd. If the trained model we will be good enough we will be able to detect Syd in the next games and tell to your family & friends: 'Look there, it's Syd! I found him ;)'.

wanted Syd Are you able to catch Syd in this image?

The project is structered around 3 notebooks that have to been run in this order:

  • 1_create_data where we build a TFRecords dataset from the images with bounding box annotations,
  • 2_training where we perform the training, evaluation and model exportation,
  • 3_prediction where we evaluate the model on new data.

Template Structure

  • install/ contains the instruction to replicate the installation of Tensorflow Object Detection - API,
  • models/ contains the pretrained ssdlite_mobilenet_v2 model on COCO dataset,
  • object_detection/ is the Tensorflow Object Detection framework,
  • slim/, the TF Object Detection module is built upon TF-SLIM an high-level API of TensorFlow (tensorflow.contrib.slim) for defining, training and evaluating complex models (expecially CNN models),
  • tfrecors_data/ will contains the dataset in TFRecord format after the execution of the 1_create_data notebook,
  • trained_models will contains the model trained for the task after the execution of the 2_training notebook.

object-detection-template's People

Contributors

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