Skip to content

MMAction2 V1.0.0rc3 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ly015 ly015 released this 10 Feb 14:18
71715b6

Highlights

  • Support Action Recognition model UniFormer V1(ICLR'2022), UniFormer V2(Arxiv'2022).
  • Support training MViT V2(CVPR'2022), and MaskFeat(CVPR'2022) fine-tuning.

New Features

  • Support UniFormer V1/V2 (#2153)
  • Support training MViT, and MaskFeat fine-tuning (#2186)
  • Support a unified inference interface: Inferencer (#2164)

Improvements

  • Support load data list from multi-backends (#2176)

Bug Fixes

  • Upgrade isort to fix CI (#2198)
  • Fix bug in skeleton demo (#2214)

Documentation

  • Add Chinese documentation for config.md (#2188)
  • Add readme for Omnisource (#2205)