From c7f73516cea680e51233f96a44018f9ed4fa5d30 Mon Sep 17 00:00:00 2001 From: ZhongdaoWang Date: Sun, 22 Mar 2020 11:09:00 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5eab5ba..15fdc0e 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,15 @@ Adding custom datsets is quite simple, all you need to do is to organize your an ## Acknowledgement A large portion of code is borrowed from [ultralytics/yolov3](https://github.com/ultralytics/yolov3) and [longcw/MOTDT](https://github.com/longcw/MOTDT), many thanks to their wonderful work! + +## Citation +If you find this repo useful in your project or research, please consider citing it: +``` +@article{wang2019towards, + title={Towards Real-Time Multi-Object Tracking}, + author={Wang, Zhongdao and Zheng, Liang and Liu, Yixuan and Wang, Shengjin}, + journal={arXiv preprint arXiv:1909.12605}, + year={2019} +} +``` +