v0.7.0
版本发布时间: 2021-05-06 09:01:28
open-mmlab/mmagic最新发布版本:v1.2.0(2023-12-18 21:52:42)
TL;DR
- Support BasicVSR (CVPR'2021)
- Support IconVSR (CVPR'2021)
- Support RDN (CVPR'2018)
- Add onnx evaluation tool
New Features
- Add RDN (#233, #260, #280)
- Add MultipleGT datasets (#238)
- Add BasicVSR and IconVSR (#245, #252, #253, #254, #264, #274, #258, #252, #264)
- Add onnx evaluation tool (#279)
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