You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MMGeneration is a powerful toolkit for generative models, especially for GANs now. It is based on PyTorch and [MMCV](https://github.com/open-mmlab/mmcv). The master branch works with **PyTorch 1.5+**.
29
42
30
43
<divalign="center">
@@ -79,6 +92,42 @@ MMGeneration is a powerful toolkit for generative models, especially for GANs no
79
92
80
93
v0.7.1 was released on 30/04/2022. Please refer to [changelog.md](docs/en/changelog.md) for details and release history.
81
94
95
+
## Installation
96
+
97
+
MMGeneration depends on [PyTorch](https://pytorch.org/) and [MMCV](https://github.com/open-mmlab/mmcv).
98
+
Below are quick steps for installation.
99
+
100
+
**Step 1.**
101
+
Install PyTorch following [official instructions](https://pytorch.org/get-started/locally/), e.g.
102
+
103
+
```python
104
+
pip3 install torch torchvision
105
+
106
+
```
107
+
108
+
**Step 2.**
109
+
Install MMCV with [MIM](https://github.com/open-mmlab/mim).
Please refer to [get_started.md](docs/en/get_started.md) for more detailed instruction.
126
+
127
+
## Getting Started
128
+
129
+
Please see [get_started.md](docs/en/get_started.md) for the basic usage of MMGeneration. [docs/en/quick_run.md](docs/en/quick_run.md) can offer full guidance for quick run. For other details and tutorials, please go to our [documentation](https://mmgeneration.readthedocs.io/).
130
+
82
131
## ModelZoo
83
132
84
133
These methods have been carefully studied and supported in our frameworks:
@@ -134,46 +183,6 @@ These methods have been carefully studied and supported in our frameworks:
This project is released under the [Apache 2.0 license](LICENSE). Some operations in `MMGeneration` are with other licenses instead of Apache2.0. Please refer to [LICENSES.md](LICENSES.md) for the careful check, if you are using our code for commercial matters.
140
-
141
-
## Installation
142
-
143
-
MMGeneration depends on [PyTorch](https://pytorch.org/) and [MMCV](https://github.com/open-mmlab/mmcv).
144
-
Below are quick steps for installation.
145
-
146
-
**Step 1.**
147
-
Install PyTorch following [official instructions](https://pytorch.org/get-started/locally/), e.g.
148
-
149
-
```python
150
-
pip3 install torch torchvision
151
-
152
-
```
153
-
154
-
**Step 2.**
155
-
Install MMCV with [MIM](https://github.com/open-mmlab/mim).
Please refer to [get_started.md](docs/en/get_started.md) for more detailed instruction.
172
-
173
-
## Getting Started
174
-
175
-
Please see [get_started.md](docs/en/get_started.md) for the basic usage of MMGeneration. [docs/en/quick_run.md](docs/en/quick_run.md) can offer full guidance for quick run. For other details and tutorials, please go to our [documentation](https://mmgeneration.readthedocs.io/).
176
-
177
186
## Contributing
178
187
179
188
We appreciate all contributions to improve MMGeneration. Please refer to [CONTRIBUTING.md](https://github.com/open-mmlab/mmcv/blob/master/CONTRIBUTING.md) in MMCV for more details about the contributing guideline.
@@ -191,6 +200,10 @@ If you find this project useful in your research, please consider cite:
191
200
}
192
201
```
193
202
203
+
## License
204
+
205
+
This project is released under the [Apache 2.0 license](LICENSE). Some operations in `MMGeneration` are with other licenses instead of Apache2.0. Please refer to [LICENSES.md](LICENSES.md) for the careful check, if you are using our code for commercial matters.
206
+
194
207
## Projects in OpenMMLab
195
208
196
209
-[MMCV](https://github.com/open-mmlab/mmcv): OpenMMLab foundational library for computer vision.
0 commit comments