2021-10-28 14:33:40 +08:00
# MMEditing Support
[MMEditing ](https://github.com/open-mmlab/mmediting ) is an open-source image and video editing toolbox based on PyTorch. It is a part of the [OpenMMLab ](https://openmmlab.com/ ) project.
## MMEditing installation tutorial
Please refer to [official installation guide ](https://mmediting.readthedocs.io/en/latest/install.html#installation ) to install the codebase.
2021-12-09 11:27:20 +08:00
## MMEditing models support
2021-12-09 16:37:36 +08:00
| Model | Task | ONNX Runtime | TensorRT | NCNN | PPLNN | OpenVINO | Model Config File |
2021-12-09 11:27:20 +08:00
| :---------- | :--------------- | :----------: | :------: | :---: | :-----: | :------: | :------------------------------------------------------------------------------------------- |
| SRCNN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/srcnn/srcnn_x4k915_g1_1000k_div2k.py |
| ESRGAN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/esrgan/esrgan_x4c64b23g32_g1_400k_div2k.py |
| ESRGAN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/esrgan/esrgan_psnr_x4c64b23g32_g1_1000k_div2k.py |
| SRGAN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/srresnet_srgan/srgan_x4c64b16_g1_1000k_div2k.py |
| SRResNet | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/srresnet_srgan/srgan_x4c64b16_g1_1000k_div2k.py |
| Real-ESRGAN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/real_esrgan/realesrnet_c64b23g32_12x4_lr2e-4_1000k_df2k_ost.py |
| EDSR | super-resolution | Y | Y | Y | N | N | $MMEDIT_DIR/configs/restorers/edsr/edsr_x2c64b16_g1_300k_div2k.py |
| EDSR | super-resolution | Y | Y | Y | N | N | $MMEDIT_DIR/configs/restorers/edsr/edsr_x3c64b16_g1_300k_div2k.py |
| EDSR | super-resolution | Y | Y | Y | N | N | $MMEDIT_DIR/configs/restorers/edsr/edsr_x4c64b16_g1_300k_div2k.py |
| RDN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/rdn/rdn_x2c64b16_g1_1000k_div2k.py |
| RDN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/rdn/rdn_x3c64b16_g1_1000k_div2k.py |
| RDN | super-resolution | Y | Y | Y | Y | N | $MMEDIT_DIR/configs/restorers/rdn/rdn_x4c64b16_g1_1000k_div2k.py |
2021-10-28 14:33:40 +08:00
## Reminder
None
## FAQs
2021-12-09 11:27:20 +08:00
None