tangjiapeng / DiffuScene

[CVPR 2024] DiffuScene: Denoising Diffusion Models for Generative Indoor Scene Synthesis
Other
225 stars 21 forks source link

about SCA metric #33

Open Zhuzi24 opened 4 months ago

Zhuzi24 commented 4 months ago

Hi, I see the SCA metric included in the paper, but can't seem to find the code to calculate it, could you tell me where it is, many thanks !

tangjiapeng commented 4 months ago

Hi, you can refer to SCA from ATISS

Zhuzi24 commented 4 months ago

Hi, you can refer to SCA from ATISS

Ok, thanks. I found a small issue here. in Pickle Latent Shape Code: PATH_TO_SCENES="/cluster/balrog/jtang/3d_front_processed/threed_front.pkl" python generate_objautoencoder.py ../config/objautoencoder/bedrooms.yaml your_objae_output_directory --experiment_tag "bed_living_diningrooms_lat32"
"--weight_file" is missing in the command.