From 0bb53ada02ea91836966697c5bbf8aaf3da5442a Mon Sep 17 00:00:00 2001 From: Jiangmiao Pang Date: Tue, 12 Jan 2021 21:20:28 +0800 Subject: [PATCH] Update tags in readme (#89) --- .github/ISSUE_TEMPLATE/error-report.md | 2 +- configs/mot/deepsort/README.md | 2 ++ configs/mot/tracktor/README.md | 2 ++ configs/sot/siamese_rpn/README.md | 2 ++ configs/vid/dff/README.md | 2 ++ configs/vid/fgfa/README.md | 2 ++ configs/vid/selsa/README.md | 2 ++ 7 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/error-report.md b/.github/ISSUE_TEMPLATE/error-report.md index 4087823e9..2947f6229 100644 --- a/.github/ISSUE_TEMPLATE/error-report.md +++ b/.github/ISSUE_TEMPLATE/error-report.md @@ -30,7 +30,7 @@ A placeholder for the command. **Environment** -1. Please run `python mmdet/utils/collect_env.py` to collect necessary environment information and paste it here. +1. Please run `python mmtrack/utils/collect_env.py` to collect necessary environment information and paste it here. 2. You may add addition that may be helpful for locating the problem, such as - How you installed PyTorch [e.g., pip, conda, source] - Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.) diff --git a/configs/mot/deepsort/README.md b/configs/mot/deepsort/README.md index fccdce9b8..8a4594048 100644 --- a/configs/mot/deepsort/README.md +++ b/configs/mot/deepsort/README.md @@ -2,6 +2,8 @@ ## Introduction +[ALGORITHM] + ```latex @inproceedings{bewley2016simple, title={Simple online and realtime tracking}, diff --git a/configs/mot/tracktor/README.md b/configs/mot/tracktor/README.md index e5df1f2ad..dae006fce 100644 --- a/configs/mot/tracktor/README.md +++ b/configs/mot/tracktor/README.md @@ -2,6 +2,8 @@ ## Introduction +[ALGORITHM] + ```latex @inproceedings{bergmann2019tracking, title={Tracking without bells and whistles}, diff --git a/configs/sot/siamese_rpn/README.md b/configs/sot/siamese_rpn/README.md index 860bca9ad..bbf32acc6 100644 --- a/configs/sot/siamese_rpn/README.md +++ b/configs/sot/siamese_rpn/README.md @@ -2,6 +2,8 @@ ## Introduction +[ALGORITHM] + ```latex @inproceedings{li2019siamrpn++, title={Siamrpn++: Evolution of siamese visual tracking with very deep networks}, diff --git a/configs/vid/dff/README.md b/configs/vid/dff/README.md index 31f52a539..ba3cb5567 100644 --- a/configs/vid/dff/README.md +++ b/configs/vid/dff/README.md @@ -2,6 +2,8 @@ ## Introduction +[ALGORITHM] + ```latex @inproceedings{zhu2017deep, title={Deep feature flow for video recognition}, diff --git a/configs/vid/fgfa/README.md b/configs/vid/fgfa/README.md index e7f3a3a2a..f998ba8cb 100644 --- a/configs/vid/fgfa/README.md +++ b/configs/vid/fgfa/README.md @@ -2,6 +2,8 @@ ## Introduction +[ALGORITHM] + ```latex @inproceedings{zhu2017flow, title={Flow-guided feature aggregation for video object detection}, diff --git a/configs/vid/selsa/README.md b/configs/vid/selsa/README.md index 47ae9f6ce..f0f5c5e21 100644 --- a/configs/vid/selsa/README.md +++ b/configs/vid/selsa/README.md @@ -2,6 +2,8 @@ ## Introduction +[ALGORITHM] + ```latex @inproceedings{wu2019sequence, title={Sequence level semantics aggregation for video object detection},