open-mmlab / mmgeneration

MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV.
https://mmgeneration.readthedocs.io/en/latest/
Apache License 2.0
1.91k stars 232 forks source link

Feedback and Discussion of MMEditing 1.x #475

Open zengyh1900 opened 2 years ago

zengyh1900 commented 2 years ago

Discussed in https://github.com/open-mmlab/mmgeneration/discussions/474

Originally posted by **zengyh1900** October 20, 2022 Hi all, ### MMGeneration has been merged into MMEditing 1.x πŸŽ‰πŸŽ‰πŸŽ‰ Therefore, MMEditing 1.x now has - Supported 42+ algorithms, 169+ configs, and 168+ checkpoints. - Supported 26+ loss functions, 20+ metrics. - Supported tensorboard, wandb. - Supported unconditional GANs, conditional GANs, image2image translation, and internal learning. ### Release You can find the latest release of MMEditing 1.x here: https://github.com/open-mmlab/mmediting/releases/tag/v1.0.0rc1 ### Stable version You can check the code of the stable version of MMEditing 1.x here: https://github.com/open-mmlab/mmediting/tree/1.x. We usually update this branch once a month. ### Developing version You can check the developing branch of MMEditing 1.x here: https://github.com/open-mmlab/mmediting/tree/dev-1.x. We develop MMEditing 1.x based on dev-1.x branch. ### Documentation You can find the documentation of MMEditing 1.x here: https://mmediting.readthedocs.io/en/1.x/ All [suggestions](https://github.com/open-mmlab/mmediting/issues), [contributions](https://github.com/open-mmlab/mmediting/pulls), and [discussions](https://github.com/open-mmlab/mmediting/discussions/1108) are welcome! πŸ’ͺ We will try our best to response every issue, pull request and discussion within 24 hours πŸ₯°πŸ₯°πŸ₯°