An open API service indexing awesome lists of open source software.

https://github.com/zjcv/slowfast

[CVPR 2019] SlowFast Networks for Video Recognition
https://github.com/zjcv/slowfast

action-recognition pytorch slowfast slowonly video-recognition video-understanding

Last synced: about 2 months ago
JSON representation

[CVPR 2019] SlowFast Networks for Video Recognition

Awesome Lists containing this project

README

        


语言:
🇨🇳
🇺🇸


«SlowFast»复现了论文SlowFast Networks for Video Recognition提出的视频分类模型







## 内容列表

- [内容列表](#内容列表)
- [背景](#背景)
- [安装](#安装)
- [使用](#使用)
- [主要维护人员](#主要维护人员)
- [致谢](#致谢)
- [参与贡献方式](#参与贡献方式)
- [许可证](#许可证)

## 背景

## 安装

通过`requirements.txt`安装运行所需依赖

```
$ pip install -r requirements.txt
```

处理数据时需要额外安装[denseflow](https://github.com/open-mmlab/denseflow),可以在[innerlee/setup](https://github.com/innerlee/setup)中找到安装脚本

## 使用

首先设置`GPU`和当前位置

```
$ export CUDA_VISIBLE_DEVICES=1
$ export PYTHONPATH=.
```

## 主要维护人员

* zhujian - *Initial work* - [zjykzj](https://github.com/zjykzj)

## 致谢

* [ facebookresearch/SlowFast](https://github.com/facebookresearch/SlowFast)
* [open-mmlab/mmaction2](https://github.com/open-mmlab/mmaction2)

## 参与贡献方式

欢迎任何人的参与!打开[issue](https://github.com/ZJCV/SlowFast/issues)或提交合并请求。

注意:

* `GIT`提交,请遵守[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)规范
* 语义版本化,请遵守[Semantic Versioning 2.0.0](https://semver.org)规范
* `README`编写,请遵守[standard-readme](https://github.com/RichardLitt/standard-readme)规范

## 许可证

[Apache License 2.0](LICENSE) © 2020 zjykzj