Skip to content

Simple, Online, Realtime Tracking of Multiple Objects (SORT) implementation for Chainer and ChainerCV.

License

Notifications You must be signed in to change notification settings

wlu-mstr/chainer-sort

 
 

Repository files navigation

chainer-sort - SORT

Build Status

This is Simple, Online, Realtime Tracking of Multiple Objects implementation for chainer and chainercv.

This repository provides MOT dataset, SORT tracker class and SORT examples with FasterRCNN and SSD.

[arXiv], [Original repo]

Notification

  • This repository is the implementation of SORT, not DeepSORT
  • SORT is based on Kalman filter and Hangarian algorithm and does not use deep learning techniques.
  • In this repo, we use deep learning techniques (FasterRCNN and SSD) for object detection part.

Requirement

Installation

We recommend to use Anacoda.

# Requirement installation
conda create -n chainer-sort python=2.7
source activate chainer-sort

git clone https://github.com/knorth55/chainer-sort
cd chainer-sort/
pip install -e .

Demo

cd examples/mot/
python demo.py

About

Simple, Online, Realtime Tracking of Multiple Objects (SORT) implementation for Chainer and ChainerCV.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%