phillipi / pix2pix

Image-to-image translation with conditional adversarial nets

Home Page:https://phillipi.github.io/pix2pix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pix2Pix for Generating Floorplans

Stratous opened this issue · comments

Hi
I am an architect and I want to examine ML for floorplan design - in fact I am writing a Masterthesis about the topic. I want to try pix2pix as it is used in the paper 'Architectural Drawings Recognition and Generation through
Machine Learning, Hao Zheng (University of Pennsylvania),
Weixin Huang (Tsinghua University), ACADIA 2018 [Paper]'.
The thing I myself, I have not idea about programming and using python.
My question is:
Can I do that by using your code and description supported by an experienced python user? How difficult and complicated is it? How much time and effort will it take to set-up the code and to get results? Are there any Freelance python user you can recommand, who would be interested in supportin me? And how much would the support cost?
Thanks a lot for an response!

This is a Lua repository. Check out the PyTorch repository. It should be relatively easy to run the script. The difficult part might be to get a machine with GPUs and install the PyTorch environment.

A lot to learn for a layman;) Thanks a lot!