From 18e3c77993917879bce399b706ad430e0f6a0fba Mon Sep 17 00:00:00 2001 From: Haodong Duan <34324155+kennymckormick@users.noreply.github.com> Date: Fri, 21 Aug 2020 16:45:11 +0800 Subject: [PATCH] add missing Introduction (#140) --- configs/localization/bmn/README.md | 11 +++++++++++ configs/localization/bsn/README.md | 11 +++++++++++ configs/recognition/csn/README.md | 8 ++++++++ configs/recognition/r2plus1d/README.md | 11 +++++++++++ configs/recognition/slowfast/README.md | 11 +++++++++++ configs/recognition/slowonly/README.md | 11 +++++++++++ configs/recognition/tsn/README.md | 12 ++++++++++++ 7 files changed, 75 insertions(+) diff --git a/configs/localization/bmn/README.md b/configs/localization/bmn/README.md index 44ad9b2..64dc77c 100644 --- a/configs/localization/bmn/README.md +++ b/configs/localization/bmn/README.md @@ -1,5 +1,16 @@ # BMN +## Introduction +``` +@inproceedings{lin2019bmn, + title={Bmn: Boundary-matching network for temporal action proposal generation}, + author={Lin, Tianwei and Liu, Xiao and Li, Xin and Ding, Errui and Wen, Shilei}, + booktitle={Proceedings of the IEEE International Conference on Computer Vision}, + pages={3889--3898}, + year={2019} +} +``` + ## Model Zoo ### ActivityNet feature diff --git a/configs/localization/bsn/README.md b/configs/localization/bsn/README.md index a1d9ec3..1fe9e94 100644 --- a/configs/localization/bsn/README.md +++ b/configs/localization/bsn/README.md @@ -1,5 +1,16 @@ # BSN +## Introduction +``` +@inproceedings{lin2018bsn, + title={Bsn: Boundary sensitive network for temporal action proposal generation}, + author={Lin, Tianwei and Zhao, Xu and Su, Haisheng and Wang, Chongjing and Yang, Ming}, + booktitle={Proceedings of the European Conference on Computer Vision (ECCV)}, + pages={3--19}, + year={2018} +} +``` + ## Model Zoo ### ActivityNet feature diff --git a/configs/recognition/csn/README.md b/configs/recognition/csn/README.md index ae6b694..13d7893 100644 --- a/configs/recognition/csn/README.md +++ b/configs/recognition/csn/README.md @@ -10,6 +10,14 @@ pages = {5551-5560}, title = {Video Classification With Channel-Separated Convolutional Networks}, doi = {10.1109/ICCV.2019.00565} } + +@inproceedings{ghadiyaram2019large, + title={Large-scale weakly-supervised pre-training for video action recognition}, + author={Ghadiyaram, Deepti and Tran, Du and Mahajan, Dhruv}, + booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition}, + pages={12046--12055}, + year={2019} +} ``` ## Model Zoo diff --git a/configs/recognition/r2plus1d/README.md b/configs/recognition/r2plus1d/README.md index 6c936f5..4c36457 100644 --- a/configs/recognition/r2plus1d/README.md +++ b/configs/recognition/r2plus1d/README.md @@ -1,5 +1,16 @@ # R2plus1D +## Introduction +``` +@inproceedings{tran2018closer, + title={A closer look at spatiotemporal convolutions for action recognition}, + author={Tran, Du and Wang, Heng and Torresani, Lorenzo and Ray, Jamie and LeCun, Yann and Paluri, Manohar}, + booktitle={Proceedings of the IEEE conference on Computer Vision and Pattern Recognition}, + pages={6450--6459}, + year={2018} +} +``` + ## Model Zoo ### Kinetics-400 diff --git a/configs/recognition/slowfast/README.md b/configs/recognition/slowfast/README.md index f4fadc1..00cf14a 100644 --- a/configs/recognition/slowfast/README.md +++ b/configs/recognition/slowfast/README.md @@ -1,5 +1,16 @@ # SlowFast +## Introduction +``` +@inproceedings{feichtenhofer2019slowfast, + title={Slowfast networks for video recognition}, + author={Feichtenhofer, Christoph and Fan, Haoqi and Malik, Jitendra and He, Kaiming}, + booktitle={Proceedings of the IEEE international conference on computer vision}, + pages={6202--6211}, + year={2019} +} +``` + ## Model Zoo ### Kinetics-400 diff --git a/configs/recognition/slowonly/README.md b/configs/recognition/slowonly/README.md index 5bbf6ad..f6e4a3a 100644 --- a/configs/recognition/slowonly/README.md +++ b/configs/recognition/slowonly/README.md @@ -1,5 +1,16 @@ # SlowOnly +## Introduction +``` +@inproceedings{feichtenhofer2019slowfast, + title={Slowfast networks for video recognition}, + author={Feichtenhofer, Christoph and Fan, Haoqi and Malik, Jitendra and He, Kaiming}, + booktitle={Proceedings of the IEEE international conference on computer vision}, + pages={6202--6211}, + year={2019} +} +``` + ## Model Zoo ### Kinetics-400 diff --git a/configs/recognition/tsn/README.md b/configs/recognition/tsn/README.md index ce371b1..ebe24eb 100644 --- a/configs/recognition/tsn/README.md +++ b/configs/recognition/tsn/README.md @@ -1,5 +1,17 @@ # TSN +## Introduction +``` +@inproceedings{wang2016temporal, + title={Temporal segment networks: Towards good practices for deep action recognition}, + author={Wang, Limin and Xiong, Yuanjun and Wang, Zhe and Qiao, Yu and Lin, Dahua and Tang, Xiaoou and Van Gool, Luc}, + booktitle={European conference on computer vision}, + pages={20--36}, + year={2016}, + organization={Springer} +} +``` + ## Model Zoo ### UCF-101 -- GitLab