Towards-Realtime-MOT/README.md

23 lines
1.2 KiB
Markdown
Raw Normal View History

2019-09-28 07:29:26 +00:00
# Towards-Realtime-MOT
2019-10-01 01:32:20 +00:00
Still in progress, will update constantly, thank you for your attention!
2019-09-28 07:52:12 +00:00
2019-09-28 07:29:26 +00:00
## Introduction
2019-09-29 09:15:19 +00:00
This repo is the a codebase of the Joint Detection and Embedding (JDE) model. JDE is a fast and high-performance multiple-object tracker that learns the object detection task and appearance embedding task simutaneously in a shared neural network. Techical details are described in our [arXiv preprint paper](https://arxiv.org). By using this repo, you can simply achieve **MOTA 64%+** on the "private" protocol of [MOT-16 challenge](https://motchallenge.net/tracker/JDE), and with a near real-time speed at **18~24 FPS** (Note this speed is for the entire system, including the detection step! ) .
2019-09-29 09:08:32 +00:00
2019-10-01 01:32:20 +00:00
We hope this repo will help researches/engineers to develop more practical MOT systems. For algorithm development, we provide training data, baseline models and evaluation methods to make a level playground. For application usage, we also provide a small video demo that takes raw videos as input without any bells and whistles.
2019-09-28 07:29:26 +00:00
2019-09-28 07:52:12 +00:00
## Installation
2019-09-28 07:29:26 +00:00
## Video Demo
## Dataset zoo
## Pretrained Models
## Test on MOT-16 Challenge
## Training
## Train with custom datasets