Official pytorch implementation of the paper: "MOGAN: Morphologic-structure-aware Generative Learning from a Single Image"
Given ROIs, MOGAN is able to generate samples with diverse appereances and reasonable structures.
matplotlib
scikit-image
scikit-learn
scipy
numpy
torch
torchvision
python run.py --mode f --config_file test.config
- Clean useless comments.
- PEP8.
- Add full applications.
- Add the code for image fusing.
- Add more detailed instructions.
The code is incomplete for now. But the code of model's structure and training process is avaliable. Experiments haven't been stoped on a more reliable structure design so the code in the repo shouldn't be the final version.