|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 1.0.0rc1 (14/10/2022) |
| 3 | +## 1.0.0rc2 (1/6/2023) |
| 4 | + |
| 5 | +**Highlights** |
| 6 | + |
| 7 | +**New Features** |
| 8 | + |
| 9 | +- Support VideoMAE ([#1942](https://github.com/open-mmlab/mmaction2/pull/1942)) |
| 10 | +- Support MViT V2 ([#2007](https://github.com/open-mmlab/mmaction2/pull/2007)) |
| 11 | +- Supoort C2D ([#2022](https://github.com/open-mmlab/mmaction2/pull/2022)) |
| 12 | +- Support AVA-Kinetics dataset ([#2080](https://github.com/open-mmlab/mmaction2/pull/2080)) |
| 13 | +- Support STGCN++ ([#2156](https://github.com/open-mmlab/mmaction2/pull/2156)) |
| 14 | +- Support exporting spatial-temporal detection models to ONNX ([#2148](https://github.com/open-mmlab/mmaction2/pull/2148)) |
| 15 | +- Support Omni-Sourece training on ImageNet and Kinetics datasets ([#2143](https://github.com/open-mmlab/mmaction2/pull/2143)) |
| 16 | + |
| 17 | +**Improvements** |
| 18 | + |
| 19 | +- Support repeat batch data augmentation ([#2170](https://github.com/open-mmlab/mmaction2/pull/2170)) |
| 20 | +- Support calculating FLOPs tool powered by fvcore ([#1997](https://github.com/open-mmlab/mmaction2/pull/1997)) |
| 21 | +- Support Spatial-temporal detection demo ([#2019](https://github.com/open-mmlab/mmaction2/pull/2019)) |
| 22 | +- Add SyncBufferHook and add randomness config in train.py ([#2044](https://github.com/open-mmlab/mmaction2/pull/2044)) |
| 23 | +- Refactor gradcam ([#2049](https://github.com/open-mmlab/mmaction2/pull/2049)) |
| 24 | +- Support init_cfg in Swin and ViTMAE ([#2055](https://github.com/open-mmlab/mmaction2/pull/2055)) |
| 25 | +- Refactor STGCN and related pipelines ([#2087](https://github.com/open-mmlab/mmaction2/pull/2087)) |
| 26 | +- Refactor visualization tools ([#2092](https://github.com/open-mmlab/mmaction2/pull/2092)) |
| 27 | +- Update `SampleFrames` transform and improve most models' performance ([#1942](https://github.com/open-mmlab/mmaction2/pull/1942)) |
| 28 | +- Support real-time webcam demo ([#2152](https://github.com/open-mmlab/mmaction2/pull/2152)) |
| 29 | +- Refactor and enhance 2s-AGCN ([#2130](https://github.com/open-mmlab/mmaction2/pull/2130)) |
| 30 | +- Support adjusting fps in `SampleFrame` ([#2157](https://github.com/open-mmlab/mmaction2/pull/2157)) |
| 31 | + |
| 32 | +**Bug Fixes** |
| 33 | + |
| 34 | +- Fix CI upstream library dependency ([#2000](https://github.com/open-mmlab/mmaction2/pull/2000)) |
| 35 | +- Fix SlowOnly readme typos and results ([#2006](https://github.com/open-mmlab/mmaction2/pull/2006)) |
| 36 | +- Fix VideoSwin readme ([#2010](https://github.com/open-mmlab/mmaction2/pull/2010)) |
| 37 | +- Fix tools and mim error ([#2028](https://github.com/open-mmlab/mmaction2/pull/2028)) |
| 38 | +- Fix Imgaug wrapper ([#2024](https://github.com/open-mmlab/mmaction2/pull/2024)) |
| 39 | +- Remove useless scripts ([#2032](https://github.com/open-mmlab/mmaction2/pull/2032)) |
| 40 | +- Fix multi-view inference ([#2045](https://github.com/open-mmlab/mmaction2/pull/2045)) |
| 41 | +- Update mmcv maximum version to 1.8.0 ([#2047](https://github.com/open-mmlab/mmaction2/pull/2047)) |
| 42 | +- Fix torchserver dependency ([#2053](https://github.com/open-mmlab/mmaction2/pull/2053)) |
| 43 | +- Fix `gen_ntu_rgbd_raw` script ([#2076](https://github.com/open-mmlab/mmaction2/pull/2076)) |
| 44 | +- Update AVA-Kinetics experiment configs and results ([#2099](https://github.com/open-mmlab/mmaction2/pull/2099)) |
| 45 | +- Add `joint.pkl` and `bone.pkl` used in multi-stream fusion tool ([#2106](https://github.com/open-mmlab/mmaction2/pull/2106)) |
| 46 | +- Fix lint CI config ([#2110](https://github.com/open-mmlab/mmaction2/pull/2110)) |
| 47 | +- Update testing accuracy for modified `SampleFrames` ([#2117](https://github.com/open-mmlab/mmaction2/pull/2117)), ([#2121](https://github.com/open-mmlab/mmaction2/pull/2121)), ([#2122](https://github.com/open-mmlab/mmaction2/pull/2122)), ([#2124](https://github.com/open-mmlab/mmaction2/pull/2124)), ([#2125](https://github.com/open-mmlab/mmaction2/pull/2125)), ([#2126](https://github.com/open-mmlab/mmaction2/pull/2126)), ([#2129](https://github.com/open-mmlab/mmaction2/pull/2129)), ([#2128](https://github.com/open-mmlab/mmaction2/pull/2128)) |
| 48 | +- Fix timm related bug ([#1976](https://github.com/open-mmlab/mmaction2/pull/1976)) |
| 49 | +- Fix `check_videos.py` script ([#2134](https://github.com/open-mmlab/mmaction2/pull/2134)) |
| 50 | +- Update CI maximum torch version to 1.13.0 ([#2118](https://github.com/open-mmlab/mmaction2/pull/2118)) |
| 51 | + |
| 52 | +**Documentation** |
| 53 | + |
| 54 | +- Add MMYOLO description in README ([#2011](https://github.com/open-mmlab/mmaction2/pull/2011)) |
| 55 | +- Add v1.x introduction in README ([#2023](https://github.com/open-mmlab/mmaction2/pull/2023)) |
| 56 | +- Fix link in README ([#2035](https://github.com/open-mmlab/mmaction2/pull/2035)) |
| 57 | +- 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)) |
| 58 | +- Update TSN/TSM Readme ([#2082](https://github.com/open-mmlab/mmaction2/pull/2082)) |
| 59 | +- Add chinese document ([#2083](https://github.com/open-mmlab/mmaction2/pull/2083)) |
| 60 | +- Adjust docment structure ([#2088](https://github.com/open-mmlab/mmaction2/pull/2088)) |
| 61 | +- Fix Sth-Sth and Jester dataset links ([#2103](https://github.com/open-mmlab/mmaction2/pull/2103)) |
| 62 | +- Fix doc link ([#2131](https://github.com/open-mmlab/mmaction2/pull/2131)) |
| 63 | + |
| 64 | +## 1.0.0rc1 (10/14/2022) |
4 | 65 |
|
5 | 66 | **Highlights** |
6 | 67 |
|
|
0 commit comments