Skip to content

MMEditing v0.8.0 Release

Compare
Choose a tag to compare
@innerlee innerlee released this 02 Jun 15:22
· 399 commits to master since this release
7622cf8

Highlights

  1. Support GLEAN (CVPR'2021)
  2. Support TTSR (CVPR'2020)
  3. Support TDAN (CVPR'2020)

New Features

Bug Fixes

  • Fix find_unused_parameters in PyTorch 1.8 for BasicVSR (#290)
  • Fix error in publish_model.py for pt>=1.6 (#291)
  • Fix PSNR when input is uint8 (#294)

Improvements

  • Support backend in LoadImageFromFile (#293, #303)
  • Update metric_average_mode of video SR dataset (#319)
  • Add error message in restoration_demo.py (324)
  • Minor correction in getting_started.md (#339)
  • Update description for Vimeo90K (#349)
  • Support start_index in GenerateSegmentIndices (#338)
  • Support different filename templates in GenerateSegmentIndices (#325)
  • Support resize by scale-factor (#295, #310)