Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
7 months ago | |
---|---|---|
.circleci | 9 months ago | |
.dev_scripts/github | 1 year ago | |
.github | 7 months ago | |
apps | 1 year ago | |
configs | 1 year ago | |
demo | 1 year ago | |
docker | 1 year ago | |
docs | 7 months ago | |
mmgen | 7 months ago | |
requirements | 7 months ago | |
tests | 1 year ago | |
tools | 1 year ago | |
.gitignore | 1 year ago | |
.pre-commit-config.yaml | 7 months ago | |
.pylintrc | 2 years ago | |
.readthedocs.yml | 2 years ago | |
CITATION.cff | 2 years ago | |
LICENSE | 2 years ago | |
LICENSES.md | 2 years ago | |
MANIFEST.in | 1 year ago | |
README.md | 7 months ago | |
README_zh-CN.md | 7 months ago | |
model-index.yml | 1 year ago | |
requirements.txt | 2 years ago | |
setup.cfg | 1 year ago | |
setup.py | 1 year ago |
📘Documentation |
🛠️Installation |
👀Model Zoo |
🆕Update News |
🚀Ongoing Projects |
🤔Reporting Issues
English | 简体中文
MMGeneration has been merged in MMEditing. And we have supported new generation tasks and models. We highlight the following new features:
🌟 Text2Image
🌟 3D-aware Generation
MMGeneration is a powerful toolkit for generative models, especially for GANs now. It is based on PyTorch and MMCV. The master branch works with PyTorch 1.5+.
MMDDP
. (Tutorial for DDP)
Training Visualization
![]() |
GAN Interpolation
![]() |
GAN Projector
![]() |
GAN Manipulation
![]() |
MMGeneration
. [Config], [Project Page]v0.7.3 was released on 14/04/2023. Please refer to changelog.md for details and release history.
MMGeneration depends on PyTorch and MMCV.
Below are quick steps for installation.
Step 1.
Install PyTorch following official instructions, e.g.
pip3 install torch torchvision
Step 2.
Install MMCV with MIM.
pip3 install openmim
mim install mmcv-full
Step 3.
Install MMGeneration from source.
git clone https://github.com/open-mmlab/mmgeneration.git
cd mmgeneration
pip3 install -e .
Please refer to get_started.md for more detailed instruction.
Please see get_started.md for the basic usage of MMGeneration. docs/en/quick_run.md can offer full guidance for quick run. For other details and tutorials, please go to our documentation.
These methods have been carefully studied and supported in our frameworks:
We appreciate all contributions to improve MMGeneration. Please refer to CONTRIBUTING.md in MMCV for more details about the contributing guideline.
If you find this project useful in your research, please consider cite:
@misc{2021mmgeneration,
title={{MMGeneration}: OpenMMLab Generative Model Toolbox and Benchmark},
author={MMGeneration Contributors},
howpublished = {\url{https://github.com/open-mmlab/mmgeneration}},
year={2021}
}
This project is released under the Apache 2.0 license. Some operations in MMGeneration
are with other licenses instead of Apache2.0. Please refer to LICENSES.md for the careful check, if you are using our code for commercial matters.
No Description
Python Cuda C++ Markdown Shell other