Giter VIP home page Giter VIP logo

multi-object-tracking's Introduction

Multi-Object-Tracking

General Idea

A multi-object-tracking algorithm uses YOLO v3, deep_sort and optical flow based on Kanade–Lucas–Tomasi (KLT).

Methodology

  1. YOLO v3 detection
  2. deep_sort tracker update
  3. optical flow tracker update

Dependences

The code has been tested in python 3.5, ubuntu 16.04.

  1. tensorflow
  2. keras
  3. numpy
  4. sklearn
  5. scipy
  6. scikit-image
  7. opencv

How to run

  1. Download yolov3 model from YOLO website. Convert this model to a Keras model. For this project, we train a new yolov3 model and use Keras.save_model.
  2. Run script: python3.5 tracking.py

Results

  1. test result video 1: https://youtu.be/SKX-EcQnens
  2. test result video 2: https://youtu.be/56RKbOaInYI

Reference work

  1. keras YOLO v3: https://github.com/qqwweee/keras-yolo3
  2. deep_sort: https://github.com/nwojke/deep_sort
  3. YOLO v3 deep_sort integration: https://github.com/Qidian213/deep_sort_yolov3
  4. optical flow: https://github.com/ZheyuanXie/OpticalFlow

multi-object-tracking's People

Contributors

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