Skip to content

MMAction2 V0.11.0 Release

Compare
Choose a tag to compare
@innerlee innerlee released this 01 Feb 10:22
02d5d9b

Highlights

  • Support imgaug
  • Support spatial temporal demo
  • Refactor EvalHook, config structure, unittest structure

New Features

  • Support imgaug for augmentations in the data pipeline (#492)
  • Support setting max_testing_views for extremely large models to save GPU memory used (#511)
  • Add spatial temporal demo (#547, #566)

Improvements

  • Refactor EvalHook (#395)
  • Refactor AVA hook (#567)
  • Add repo citation (#545)
  • Add dataset size of Kinetics400 (#503)
  • Add lazy operation docs (#504)
  • Add class_weight for CrossEntropyLoss and BCELossWithLogits (#509)
  • add some explanation about the resampling in slowfast (#502)
  • Modify paper title in README.md (#512)
  • Add alternative ways to download Kinetics (#521)
  • Add OpenMMLab projects link in README (#530)
  • Change default preprocessing to shortedge to 256 (#538)
  • Add config tag in dataset README (#540)
  • Add solution for markdownlint installation issue (#497)
  • Add dataset overview in readthedocs (#548)
  • Modify the trigger mode of the warnings of missing mmdet (583)
  • Refactor config structure (#488, #572)
  • Refactor unittest structure (#433)

Bug and Typo Fixes

  • Fix a bug about ava dataset validation (#527)
  • Fix a bug about ResNet pretrain weight initialization (#582)
  • Fix a bug in CI due to MMCV index (#495)
  • Remove invalid links of MiT and MMiT (#516)
  • Fix frame rate bug for AVA preparation (#576)