Skip to content

Commit e0c1bad

Browse files
authored
Update README.md
1 parent a3cb8bb commit e0c1bad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Current release is the PyTorch implementation of the "Towards Good Practices for
55
If you find this implementation useful in your work, please acknowledge it appropriately and cite the paper or code accordingly:
66

77
```
8+
@article{zhu_arxiv2020_comprehensiveVideo,
9+
title={A Comprehensive Study of Deep Video Action Recognition},
10+
author={Yi Zhu, Xinyu Li, Chunhui Liu, Mohammadreza Zolfaghari, Yuanjun Xiong, Chongruo Wu, Zhi Zhang, Joseph Tighe, R. Manmatha, Mu Li},
11+
journal={arXiv preprint arXiv:2012.06567},
12+
year={2020}
13+
}
14+
815
@inproceedings{wang_eccv2016_tsn,
916
title={Temporal Segment Networks: Towards Good Practices for Deep Action Recognition},
1017
author={Limin Wang, Yuanjun Xiong, Zhe Wang, Yu Qiao, Dahua Lin, Xiaoou Tang, Luc Van Gool},
@@ -21,7 +28,7 @@ If you find this implementation useful in your work, please acknowledge it appro
2128
}
2229
```
2330

24-
If you are looking for a good-to-use codebase with a large model zoo, please checkout the video toolkit at [GluonCV](https://gluon-cv.mxnet.io/model_zoo/action_recognition.html). We have SOTA model implementations (TSN, I3D, NLN, SlowFast, etc.) for popular datasets (Kinetics400, UCF101, Something-Something-v2, etc.). We will organize a tutorial of video modeling in [CVPR2020](https://cvpr20-video.mxnet.io/), please join us if you are interested.
31+
If you are looking for a good-to-use codebase with a large model zoo, please checkout the video toolkit at [GluonCV](https://gluon-cv.mxnet.io/model_zoo/action_recognition.html). We have SOTA model implementations (TSN, I3D, NLN, SlowFast, etc.) for popular datasets (Kinetics400, UCF101, Something-Something-v2, etc.) in both PyTorch and MXNet. We also have accompaning [survey paper](https://arxiv.org/abs/2012.06567) and [video tutorial](https://bryanyzhu.github.io/videomodeling.github.io/).
2532

2633
## Installation
2734

0 commit comments

Comments
 (0)