Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SuroshAhmadZobair opened this issue Jun 10, 2023 · 2 comments

Comments

@SuroshAhmadZobair
Copy link

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!

@reddy92rosh
Copy link

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

@aBu-ctrl
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants