Skip to content

Commit 982de66

Browse files
authored
[Doc] add changelog and modify README and version info (#2711)
1 parent 69242ab commit 982de66

File tree

3 files changed

+36
-9
lines changed

3 files changed

+36
-9
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,13 @@ English | [简体中文](/README_zh-CN.md)
7575

7676
**The default branch has been switched to `main`(previous `1.x`) from `master`(current `0.x`), and we encourage users to migrate to the latest version with more supported models, stronger pre-training checkpoints and simpler coding. Please refer to [Migration Guide](https://mmaction2.readthedocs.io/en/latest/migration.html) for more details.**
7777

78-
**Release (2023.07.04)**: v1.1.0 with the following new features:
79-
80-
- Support CLIP-based multi-modality models: ActionCLIP(Arxiv'2021) and CLIP4clip(ArXiv'2022)
81-
- Support rich projects: gesture recognition, spatio-temporal action detection tutorial, and knowledge distillation
82-
- Support HACS-segments dataset(ICCV'2019), MultiSports dataset(ICCV'2021), Kinetics-710 dataset(Arxiv'2022)
83-
- Support VideoMAE V2(CVPR'2023), and VideoMAE(NeurIPS'2022) on action detection
84-
- Support TCANet(CVPR'2021)
85-
- Support [Pure Python style Configuration File](https://mmengine.readthedocs.io/en/latest/advanced_tutorials/config.html#a-pure-python-style-configuration-file-beta) and downloading datasets by MIM with one command
78+
**Release (2023.10.12)**: v1.2.0 with the following new features:
79+
80+
- Support VindLU multi-modality algorithm and the Training of ActionClip
81+
- Support lightweight model MobileOne TSN/TSM
82+
- Support video retrieval dataset MSVD
83+
- Support SlowOnly K700 feature to train localization models
84+
- Support Video and Audio Demos
8685

8786
## 📖 Introduction [🔝](#-table-of-contents)
8887

docs/en/notes/changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.2.0 (10/12/2023)
4+
5+
**Highlights**
6+
7+
- Support the Training of ActionClip
8+
- Support VindLU multi-modality algorithm
9+
- Support MobileOne TSN/TSM
10+
11+
**New Features**
12+
13+
- Support the Training of ActionClip ([2620](https://github.com/open-mmlab/mmaction2/pull/2620))
14+
- Support video retrieval dataset MSVD ([2622](https://github.com/open-mmlab/mmaction2/pull/2622))
15+
- Support VindLU multi-modality algorithm ([2667](https://github.com/open-mmlab/mmaction2/pull/2667))
16+
- Support Dense Regression Network for Video Grounding ([2668](https://github.com/open-mmlab/mmaction2/pull/2668))
17+
18+
**Improvements**
19+
20+
- Support Video Demos ([2602](https://github.com/open-mmlab/mmaction2/pull/2602))
21+
- Support Audio Demos ([2603](https://github.com/open-mmlab/mmaction2/pull/2603))
22+
- Add README_zh-CN.md for Swin and VideoMAE ([2621](https://github.com/open-mmlab/mmaction2/pull/2621))
23+
- Support MobileOne TSN/TSM ([2656](https://github.com/open-mmlab/mmaction2/pull/2656))
24+
- Support SlowOnly K700 feature to train localization models ([2673](https://github.com/open-mmlab/mmaction2/pull/2673))
25+
26+
**Bug Fixes**
27+
28+
- Refine ActionDataSample structure ([2658](https://github.com/open-mmlab/mmaction2/pull/2658))
29+
- Fix MPS device ([2619](https://github.com/open-mmlab/mmaction2/pull/2619))
30+
331
## 1.1.0 (7/3/2023)
432

533
**Highlights**

mmaction/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) Open-MMLab. All rights reserved.
22

3-
__version__ = '1.1.0'
3+
__version__ = '1.2.0'
44

55

66
def parse_version_info(version_str: str):

0 commit comments

Comments
 (0)