Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the Conference of C3D. #2740

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ English | [简体中文](/README_zh-CN.md)
## 📄 Table of Contents

- [📄 Table of Contents](#-table-of-contents)
- [🥳 🚀 What's New](#--whats-new-)
- [📖 Introduction](#-introduction-)
- [🎁 Major Features](#-major-features-)
- [🛠️ Installation](#️-installation-)
- [👀 Model Zoo](#-model-zoo-)
- [👨‍🏫 Get Started](#-get-started-)
- [🎫 License](#-license-)
- [🖊️ Citation](#️-citation-)
- [🙌 Contributing](#-contributing-)
- [🤝 Acknowledgement](#-acknowledgement-)
- [🏗️ Projects in OpenMMLab](#️-projects-in-openmmlab-)
- [🥳 🚀 What's New 🔝](#--whats-new-)
- [📖 Introduction 🔝](#-introduction-)
- [🎁 Major Features 🔝](#-major-features-)
- [🛠️ Installation 🔝](#️-installation-)
- [👀 Model Zoo 🔝](#-model-zoo-)
- [👨‍🏫 Get Started 🔝](#-get-started-)
- [🎫 License 🔝](#-license-)
- [🖊️ Citation 🔝](#️-citation-)
- [🙌 Contributing 🔝](#-contributing-)
- [🤝 Acknowledgement 🔝](#-acknowledgement-)
- [🏗️ Projects in OpenMMLab 🔝](#️-projects-in-openmmlab-)

## 🥳 🚀 What's New [🔝](#-table-of-contents)

Expand Down Expand Up @@ -149,7 +149,7 @@ Results and models are available in the [model zoo](https://mmaction2.readthedoc
<td colspan="5" style="font-weight:bold;">Action Recognition</td>
</tr>
<tr>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/c3d/README.md">C3D</a> (CVPR'2014)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/c3d/README.md">C3D</a> (ICCV'2015)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/tsn/README.md">TSN</a> (ECCV'2016)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/i3d/README.md">I3D</a> (CVPR'2017)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/c2d/README.md">C2D</a> (CVPR'2018)</td>
Expand Down
26 changes: 13 additions & 13 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
## 📄 目录

- [📄 目录](#-目录)
- [🥳 🚀 最新进展](#--最新进展-)
- [📖 简介](#-简介-)
- [🎁 主要功能](#-主要功能-)
- [🛠️ 安装](#️-安装-)
- [👀 模型库](#-模型库-)
- [👨‍🏫 新手入门](#-新手入门-)
- [🎫 许可证](#-许可证-)
- [🖊️ 引用](#️-引用-)
- [🙌 参与贡献](#-参与贡献-)
- [🤝 致谢](#-致谢-)
- [🏗️ OpenMMLab 的其他项目](#️-openmmlab-的其他项目-)
- [❤️ 欢迎加入 OpenMMLab 社区](#️-欢迎加入-openmmlab-社区-)
- [🥳 🚀 最新进展 🔝](#--最新进展-)
- [📖 简介 🔝](#-简介-)
- [🎁 主要功能 🔝](#-主要功能-)
- [🛠️ 安装 🔝](#️-安装-)
- [👀 模型库 🔝](#-模型库-)
- [👨‍🏫 新手入门 🔝](#-新手入门-)
- [🎫 许可证 🔝](#-许可证-)
- [🖊️ 引用 🔝](#️-引用-)
- [🙌 参与贡献 🔝](#-参与贡献-)
- [🤝 致谢 🔝](#-致谢-)
- [🏗️ OpenMMLab 的其他项目 🔝](#️-openmmlab-的其他项目-)
- [❤️ 欢迎加入 OpenMMLab 社区 🔝](#️-欢迎加入-openmmlab-社区-)

## 🥳 🚀 最新进展 [🔝](#-table-of-contents)

Expand Down Expand Up @@ -150,7 +150,7 @@ pip install -v -e .
<td colspan="5" style="font-weight:bold;">行为识别</td>
</tr>
<tr>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/c3d/README.md">C3D</a> (CVPR'2014)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/c3d/README.md">C3D</a> (ICCV'2015)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/tsn/README.md">TSN</a> (ECCV'2016)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/i3d/README.md">I3D</a> (CVPR'2017)</td>
<td><a href="https://github.com/open-mmlab/mmaction2/blob/main/configs/recognition/c2d/README.md">C2D</a> (CVPR'2018)</td>
Expand Down