# lstmCoviar
**Repository Path**: zgpio/lstmCoviar
## Basic Information
- **Project Name**: lstmCoviar
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: LGPL-2.1
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-08-14
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Compressed Video Action Recognition
[Chao-Yuan Wu](https://www.cs.utexas.edu/~cywu/),
[Manzil Zaheer](http://www.manzil.ml/),
[Hexiang Hu](http://hexianghu.com/),
[R. Manmatha](http://ciir.cs.umass.edu/~manmatha/),
[Alexander J. Smola](http://alex.smola.org/),
[Philipp Krähenbühl](http://www.philkr.net/).
In [CVPR, 2018](https://arxiv.org/abs/1712.00636).
[[Project Page]](https://www.cs.utexas.edu/~cywu/projects/coviar/)
@inproceedings{wu2018coviar, title={Compressed Video Action Recognition}, author={Wu, Chao-Yuan and Zaheer, Manzil and Hu, Hexiang and Manmatha, R and Smola, Alexander J and Kr{\"a}henb{\"u}hl, Philipp}, booktitle={CVPR}, year={2018} }## Acknowledgment This implementation largely borrows from [tsn-pytorch](https://github.com/yjxiong/tsn-pytorch) by [yjxiong](https://github.com/yjxiong). Part of the dataloader implementation is modified from [this tutorial](https://blog.csdn.net/leixiaohua1020/article/details/50618190) and FFmpeg [`extract_mv`](https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/extract_mvs.c) example.