ATISS
ATISS copied to clipboard
Code for "ATISS: Autoregressive Transformers for Indoor Scene Synthesis", NeurIPS 2021
Does anyone face the same problem as I did? I'm running preprocess.py exactly like below: `PATH_TO_SCENES="/tmp/threed_front.pkl" python3 preprocess_data.py path_to_output_dir /Users/bobinkim/ATISS/dataset/3D-FRONT /Users/bobinkim/ATISS/dataset/3D-FUTURE-model /Users/bobinkim/ATISS/dataset/3D-FUTURE-model/model_info.json /Users/bobinkim/ATISS/demo/floor_plan_texture_images --dataset_filtering threed_front_bedroom` A few seconds later, a...
I read in your paper, there is one sentence said that: "To investigate whether our model also generates plausible layouts conditioned on floor plans with uncommon shapes that are not...
Hello, I am trying to reproduce your results using AWS. Since I cannot use OpenGL visualization is there anything I can do to disable it?