house_diffusion
house_diffusion copied to clipboard
The implementation of "HouseDiffusion: Vector Floorplan Generation via a Diffusion Model with Discrete and Continuous Denoising", https://arxiv.org/abs/2211.13287
What exactly is meant by "temporary model" in README?
Thanks for the great work. Would you be able to provide an inference script that works with a single example input graph so that there is no need to fill...
Hi there, I recently cloned the repository and tried to train the model following the instructions. However, I'm getting significantly worse results compared to the provided pretrained `model250000.pt`. Here are...
what's the meaning of 0 in the dataset of "edges"? Does it mean the outside? ``` #first four entry are per list are rooms edges and 4th and 6th are...