Skip to content

Taited/sgdiff

Repository files navigation

MMEditing: Image and Video Editing Toolbox

Introduction

The master branch works with PyTorch 1.3 to 1.5.

MMEditing is an open source editing toolbox based on PyTorch. It is a part of the OpenMMLab project developed by Multimedia Laboratory, CUHK.

Major features

  • Modular design

    We decompose the editing framework into different components and one can easily construct a customized editor framework by combining different modules.

  • Support of multiple tasks in editing

    The toolbox directly supports popular and contemporary inpainting, matting, super-resolution ang generation tasks.

  • State of the art

    The toolbox provides state-of-the-art methods in inpainting/matting/super-resolution/generation.

License

This project is released under the Apache 2.0 license.

Changelog

TODO

v0.1 was released in xx/7/2020.

Benchmark and model zoo

Please refer to model_zoo.rst for more details.

Installation

Please refer to install.md for installation.

Get Started

Please see getting_started.md for the basic usage of MMEditing.

Contributing

We appreciate all contributions to improve MMEditing. Please refer to CONTRIBUTING.md in MMDetection for the contributing guideline.

Citation

If you use this toolbox or benchmark in your research, please cite this project.

TODO

Contact

TODO

This repo is currently maintained by xxx (@xxx), ....