house_diffusion
house_diffusion copied to clipboard
No such file or directory: 'processed_rplan/rplan_eval_8_syn.npz'
Hi @aminshabani
Thanks for working on this research! I have a few questions:
- I can't understand when the model stop training when I run:
python image_train.py --dataset rplan --batch_size 32 --set_name train --target_set 8 - I get the following error when I try to sample floorplans using your pre-trained model:
FileNotFoundError: [Errno 2] No such file or directory: 'processed_rplan/rplan_eval_8_syn.npz' - how to properly do inference on custom data?
Thanks in advance. Fantastic job!
I have the same issue. Did you figure it out?
This is because the input need a file format(.npz), but you have no one. to solve this, you can refine the code to covert .json to .npz, or you need understand what the model need and write a demo to produce a .npz. then, throw it to the dir.