mmgeneration icon indicating copy to clipboard operation
mmgeneration copied to clipboard

MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV.

Results 93 mmgeneration issues
Sort by recently updated
recently updated
newest added

Add a empty readme file for dalle-mini.

I want to use the mmgen module in my own project but I have been struggling with the installation. I couldn't find any issues on the topic. Any help is...

kind/bug
priority/P0

**Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://mmgeneration.readthedocs.io/en/latest/faq.html) but cannot get the expected help. 3. The bug has...

Hi everybody, I need to train an image generation model using a Python script similar to [this tutorial](https://github.com/open-mmlab/mmsegmentation/blob/master/demo/MMSegmentation_Tutorial.ipynb) from the MMSegmentation library. I tried to replicate that example using the...

How to visualize the generated log.json file? Is there a special .py file?

If I want to use CelebA to generate 202599 fake images and keep them in a flie ,how should I do ?

Hello,i have train a pix2pix model with my own dataset,and now i want to inference this model.I try the way in translation_demo.py. But i found that when i takes paired...