$ f(x) = \underset{C}{\operatorname{argmax}} P(C_{i} | x) \:\ = \underset{C}{\operatorname{argmax}} {P(Cooks | x), P(Orders | x)} \:\ $
SpaceGAN is a deep learning model that generates space images based on a sketch. It is inspired from the paper: Semantic Image Synthesis with Spatially-Adaptive Normalization [arxiv]
Sketch | Generated image |
---|---|
Sketch | Generated image |
---|---|
- Start by cloning the this repository:
git clone https://github.com/TheSun00000/spacegan
- Download the generator model
generator230.pt
from here. - Put the downloaded model in the inference folder.
- Run
inference/main.py
:
python inference/main.py
- You would be able to see a small graphical interface like this