|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.0.0rc3 (2/10/2023) |
| 4 | + |
| 5 | +**Highlights** |
| 6 | + |
| 7 | +- Support Action Recognition model UniFormer V1(ICLR'2022), UniFormer V2(Arxiv'2022). |
| 8 | +- Support training MViT V2(CVPR'2022), and MaskFeat(CVPR'2022) fine-tuning. |
| 9 | + |
| 10 | +**New Features** |
| 11 | + |
| 12 | +- Support UniFormer V1/V2 ([#2153](https://github.com/open-mmlab/mmaction2/pull/2153)) |
| 13 | +- Support training MViT, and MaskFeat fine-tuning ([#2186](https://github.com/open-mmlab/mmaction2/pull/2186)) |
| 14 | +- Support a unified inference interface: Inferencer ([#2164](https://github.com/open-mmlab/mmaction2/pull/2164)) |
| 15 | + |
| 16 | +**Improvements** |
| 17 | + |
| 18 | +- Support load data list from multi-backends ([#2176](https://github.com/open-mmlab/mmaction2/pull/2176)) |
| 19 | + |
| 20 | +**Bug Fixes** |
| 21 | + |
| 22 | +- Upgrade isort to fix CI ([#2198](https://github.com/open-mmlab/mmaction2/pull/2198)) |
| 23 | +- Fix bug in skeleton demo ([#2214](https://github.com/open-mmlab/mmaction2/pull/2214)) |
| 24 | + |
| 25 | +**Documentation** |
| 26 | + |
| 27 | +- Add Chinese documentation for config.md ([#2188](https://github.com/open-mmlab/mmaction2/pull/2188)) |
| 28 | +- Add readme for Omnisource ([#2205](https://github.com/open-mmlab/mmaction2/pull/2205)) |
| 29 | + |
3 | 30 | ## 1.0.0rc2 (1/10/2023) |
4 | 31 |
|
5 | 32 | **Highlights** |
6 | 33 |
|
7 | | -- Support Action Recognition model VideoMAE(NeurIPS'2022), MVit V2(CVPR'2022), C2D and skeleton-based action recognition model STGCN++ |
| 34 | +- Support Action Recognition model VideoMAE(NeurIPS'2022), MViT V2(CVPR'2022), C2D and skeleton-based action recognition model STGCN++ |
8 | 35 | - Support Omni-Source training on ImageNet and Kinetics datasets |
9 | 36 | - Support exporting spatial-temporal detection models to ONNX |
10 | 37 |
|
11 | 38 | **New Features** |
12 | 39 |
|
13 | 40 | - Support VideoMAE ([#1942](https://github.com/open-mmlab/mmaction2/pull/1942)) |
14 | 41 | - Support MViT V2 ([#2007](https://github.com/open-mmlab/mmaction2/pull/2007)) |
15 | | -- Supoort C2D ([#2022](https://github.com/open-mmlab/mmaction2/pull/2022)) |
| 42 | +- Support C2D ([#2022](https://github.com/open-mmlab/mmaction2/pull/2022)) |
16 | 43 | - Support AVA-Kinetics dataset ([#2080](https://github.com/open-mmlab/mmaction2/pull/2080)) |
17 | 44 | - Support STGCN++ ([#2156](https://github.com/open-mmlab/mmaction2/pull/2156)) |
18 | 45 | - Support exporting spatial-temporal detection models to ONNX ([#2148](https://github.com/open-mmlab/mmaction2/pull/2148)) |
|
61 | 88 | - Refine some docs ([#2038](https://github.com/open-mmlab/mmaction2/pull/2038)), ([#2040](https://github.com/open-mmlab/mmaction2/pull/2040)), ([#2058](https://github.com/open-mmlab/mmaction2/pull/2058)) |
62 | 89 | - Update TSN/TSM Readme ([#2082](https://github.com/open-mmlab/mmaction2/pull/2082)) |
63 | 90 | - Add chinese document ([#2083](https://github.com/open-mmlab/mmaction2/pull/2083)) |
64 | | -- Adjust docment structure ([#2088](https://github.com/open-mmlab/mmaction2/pull/2088)) |
| 91 | +- Adjust document structure ([#2088](https://github.com/open-mmlab/mmaction2/pull/2088)) |
65 | 92 | - Fix Sth-Sth and Jester dataset links ([#2103](https://github.com/open-mmlab/mmaction2/pull/2103)) |
66 | 93 | - Fix doc link ([#2131](https://github.com/open-mmlab/mmaction2/pull/2131)) |
67 | 94 |
|
|
0 commit comments