ATISS
ATISS copied to clipboard
Code for "ATISS: Autoregressive Transformers for Indoor Scene Synthesis", NeurIPS 2021
The number of rooms filted out in the new version dataset is inconsistent with that in the paper, which is much less. Could you release the old version dataset?
How did you enforce positive definiteness on the variance matrices for the discretized logistic mixture?
In readme.md you mentioned room_side argument: "This script starts by parsing all scenes from the 3D-FRONT dataset and then for each scene it generates a subfolder inside the path_to_output_dir that...
Hey! Currently waiting to get access to the dataset, I have setup the code but was wondering where the pretrained models are located. I can't seem to find them anywhere?
Hi all, I found it confusing when I look at Figure 11 on page 15. It uses a MLP (2 layers) and output dim is 64, but if it's predicting...
Can you realease the training code for sceneformer use the 3dfront dataset?
Is it possible to use custom floor layouts with the trained model? If yes how can I do this? I've tried to manipulate the data in boxes.npz files but without...
Hi! I am trying to run the code on my window machine. The preprocess_data.py code does run and generates the following prints. Applying threed_front_livingroom filtering Loading dataset 6812 / 6813...
I use this commod python generate_scenes.py /home/liufuqiang/Github/ATISS/config/bedrooms_config.yaml /home/liufuqiang/Github/ATISS/GenOut/ /home/liufuqiang/Github/ATISS/output/threed_future_model_bedroom.pkl /home/liufuqiang/Github/ATISS/demo/floor_plan_texture_images/ --weight_file /mnt/data/liufuqiang/OutPut/6OGD0E7ZK/model_09950 this is error [xcb] Extra reply data still left in queue [xcb] This is most likely caused by...
Hello! First of all, thank you very much for publishing your code. I have preprocessed the data and want to start training, just as shown in the README. When I...