nv-tlabs / ATISS

Code for "ATISS: Autoregressive Transformers for Indoor Scene Synthesis", NeurIPS 2021
Other
258 stars 55 forks source link

bedrooms_config.yaml error #13

Closed JackW987 closed 2 years ago

JackW987 commented 2 years ago

data: dataset_type: "cached_threedfront" encoding_type: "cached_autoregressive_wocm" dataset_directory: "/media/paschalidoud/goproorgohome/3D_FRONT_processed/bedrooms" annotation_file: "../config/bedroom_threed_front_splits.csv" augmentations: ["rotations"] filter_fn: "threed_front_bedroom" train_stats: "dataset_stats.txt" filter_fn: "no_filtering" room_layout_size: "64,64"

paschalidoud commented 2 years ago

Nice catch! Submitted a commit that fixes it!