phillipi / pix2pix

Image-to-image translation with conditional adversarial nets
https://phillipi.github.io/pix2pix/
Other
10.15k stars 1.71k forks source link

Pix2Pix for Generating Floorplans #188

Open Stratous opened 4 years ago

Stratous commented 4 years ago

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!

junyanz commented 4 years ago

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.

Stratous commented 4 years ago

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