From 1537600b88a3a30a35b51c881193973ca4644510 Mon Sep 17 00:00:00 2001 From: cir7 <33249023+cir7@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:06:22 +0800 Subject: [PATCH] add highlights to changelog (#2173) --- docs/en/notes/changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/notes/changelog.md b/docs/en/notes/changelog.md index 2421324146..b0e16351eb 100644 --- a/docs/en/notes/changelog.md +++ b/docs/en/notes/changelog.md @@ -4,6 +4,10 @@ **Highlights** +- Support Action Recognition model VideoMAE(NeurIPS'2022), MVit V2(CVPR'2022), C2D and skeleton-based action recognition model STGCN++ +- Support Omni-Source training on ImageNet and Kinetics datasets +- Support exporting spatial-temporal detection models to ONNX + **New Features** - Support VideoMAE ([#1942](https://github.com/open-mmlab/mmaction2/pull/1942)) @@ -12,7 +16,7 @@ - Support AVA-Kinetics dataset ([#2080](https://github.com/open-mmlab/mmaction2/pull/2080)) - Support STGCN++ ([#2156](https://github.com/open-mmlab/mmaction2/pull/2156)) - Support exporting spatial-temporal detection models to ONNX ([#2148](https://github.com/open-mmlab/mmaction2/pull/2148)) -- Support Omni-Sourece training on ImageNet and Kinetics datasets ([#2143](https://github.com/open-mmlab/mmaction2/pull/2143)) +- Support Omni-Source training on ImageNet and Kinetics datasets ([#2143](https://github.com/open-mmlab/mmaction2/pull/2143)) **Improvements**