tangjiapeng / DiffuScene

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

'_uncond.pt' FileNotFoundError when performing generate.sh #21

Open hjjeong opened 3 months ago

hjjeong commented 3 months ago

I want to run preprocessing and training without using the given pretrained model. However, when I execute generate.sh, it causes a FileNotFoundError for weight files(livingrooms_uncond.pt, bedrooms_uncond.pt) like the below figure. I checked the files related to training process, and it seems there's no code that generates the 'uncond.pt' files. The checkpoints are saved as files named model_00000. Are these files equivalent to the '_uncond.pt' files?

image

tangjiapeng commented 3 months ago

Hi, the *_uncond.pt are pretrained models. if you wanna generate scenes using your own models, you need to check the path.