From ce3bf97bcfa259ea5d0350274835b2fb6f6a7c5a Mon Sep 17 00:00:00 2001 From: ZhongdaoWang Date: Sun, 29 Sep 2019 17:08:32 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 34b6df4..a18a45e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Towards-Realtime-MOT ## Introduction +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, and with a near real-time speed at **18~24 FPS** (Note this speed is for the entire system, including the detection step! ) . + +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 a raw video as input without any bells and whistles. ## Installation