house_diffusion icon indicating copy to clipboard operation
house_diffusion copied to clipboard

No such file or directory: 'processed_rplan/rplan_eval_8_syn.npz'

Open SuroshAhmadZobair opened this issue 2 years ago • 2 comments

Hi @aminshabani

Thanks for working on this research! I have a few questions:

  1. 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
  2. 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'
  3. how to properly do inference on custom data?

Thanks in advance. Fantastic job!

SuroshAhmadZobair avatar Jun 10 '23 11:06 SuroshAhmadZobair

I have the same issue. Did you figure it out?

reddy92rosh avatar Oct 18 '23 00:10 reddy92rosh

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.

aBu-ctrl avatar May 14 '24 06:05 aBu-ctrl