Skip to content

MMEditing v0.15.0 Release

Compare
Choose a tag to compare
@Yshuo-Li Yshuo-Li released this 01 Jun 05:59
· 68 commits to master since this release
3ee1354

v0.15.0 (01/06/2022)

Highlights

  1. Support FLAVR
  2. Support AOT-GAN
  3. Support CAIN with ReduceLROnPlateau Scheduler

New Features

  • Add configs for AOT-GAN (#681)
  • Support Vimeo90k-triplet dataset (#810)
  • Add default config for mm-assistant (#827)
  • Support CPU demo (#848)
  • Support use_cache and backend in LoadImageFromFileList (#857)
  • Support VFIVimeo90K7FramesDataset (#858)
  • Support ColorJitter for VFI (#859)
  • Support ReduceLrUpdaterHook (#860)
  • Support after_val_epoch in IterBaseRunner (#861)
  • Support FLAVR Net (#866, #867, #897)
  • Support MAE metric (#871)
  • Use mdformat (#888)
  • Support CAIN with ReduceLROnPlateau Scheduler (#906)

Bug Fixes

  • Change - to _ for restoration_demo.py (#834)
  • Remove recommonmark in requirements/docs.txt (#844)
  • Move EDVR to VSR category in README.md (#849)
  • Remove , in multi-line F-string in crop.py (#855)
  • Modify double lq_path to gt_path in test_pipeline (#862)
  • Fix unittest of TOF-VFI (#873)
  • Fix wrong frames in VFI demo (#891)
  • Fix logo & contrib guideline on README (#898)
  • Normalizing trimap in indexnet_dimaug_mobv2_1x16_78k_comp1k.py (#901)

Improvements

  • Add --cfg-options in train/test scripts (#826)
  • Update MMCV_MAX to 1.6 (#829)
  • Update TOFlow in README (#835)
  • Recover beirf installation steps & merge optional requirements (#836)
  • Use {MMEditing Contributors} in citation (#838)
  • Add tutorial for customizing losses (#839)
  • Add installation guide (wiki ver) in README (#845)
  • Add a 'need help to traslate' note on Chinese documentation (#850)
  • Add wechat QR code in README_zh-CN.md (#851)
  • Support non-zero frame index for SRFolderVideoDataset & Fix Typos (#853)
  • Create README.md for docker (#856)
  • Optimize IO for flow_warp (#881)
  • Move wiki/installation to docs (#883)
  • Add myst_heading_anchors (#887)
  • Use checkpoint link in inpainting demo (#892)

Contributors

@wangruohui @quincylin1 @nijkah @jayagami @ckkelvinchan @ryanxingql @NK-CS-ZZL @Yshuo-Li