Skip to content

MMEditing v0.7.0 Release

Compare
Choose a tag to compare
@innerlee innerlee released this 06 May 01:01
· 439 commits to master since this release
3cfdd8f

TL;DR

  1. Support BasicVSR (CVPR'2021)
  2. Support IconVSR (CVPR'2021)
  3. Support RDN (CVPR'2018)
  4. Add onnx evaluation tool

New Features

Bug Fixes

  • Fix onnx conversion of maxunpool2d (#243)
  • Fix inpainting in demo.md (#248)
  • Tiny fix of config file of EDSR (#251)
  • Fix link in README (#256)
  • Fix restoration_inference key missing bug (#270)
  • Fix the usage of channel_order in loading.py (#271)
  • Fix the command of inpainting (#278)
  • Fix preprocess_vimeo90k_dataset.py args name (#281)

Improvements

  • Support empty_cache option in test.py (#261)
  • Update projects in README (#249, #276)
  • Support Y-channel PSNR and SSIM (#250)
  • Add zh-CN README (#262)
  • Update pytorch2onnx doc (#265)
  • Remove extra quotation in English readme (#268)
  • Change tags to comment (#269)
  • List model zoo in README (#284, #285, #286)