DiffuScene icon indicating copy to clipboard operation
DiffuScene copied to clipboard

'_uncond.pt' FileNotFoundError when performing generate.sh

Open hjjeong opened this issue 1 year ago • 1 comments

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

hjjeong avatar Mar 31 '24 02:03 hjjeong

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

tangjiapeng avatar Apr 08 '24 13:04 tangjiapeng