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

missing file: '../data/partnetdata/Chair_dhier/test.txt' #16

Open
GregorKobsik opened this issue Mar 17, 2023 · 0 comments
Open

missing file: '../data/partnetdata/Chair_dhier/test.txt' #16

GregorKobsik opened this issue Mar 17, 2023 · 0 comments

Comments

@GregorKobsik
Copy link

GregorKobsik commented Mar 17, 2023

Hello all,

I just tried to run you code, but unfortunately I could not.
I created a new fresh environment and installed all dependencies & packages. Next, I downloaded the dataset and the pretrained models. Afterwards, I run bash scripts/eval_vae_chairs.sh, but it resolved in an error.

My first error:

Traceback (most recent call last):
  File "/clusterstorage/gkobsik/DSG-Net/code/eval_recon_sn.py", line 83, in <module>
    dataset = PartGraphShapesDataset(conf.data_path, conf.train_dataset, data_features, Tree, load_geo=conf.load_geo)
  File "/clusterstorage/gkobsik/DSG-Net/code/data_snv1.py", line 456, in __init__
    with open(os.path.join(self.root, object_list), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '../data/partnetdata/Chair_dhier/test.txt'

I tried to resolve it, be copying and renaming the file from ../Chair_dgeo/test_no_other_less_than_10_parts.txt to ../Chair_dhier/test.txt. This allowed me to continue the code execution, but resulted in another error:

Could you verifiy, if the quickfix is correct?

Sincerely, Gregor

P.S.

Fixed other issue by using GraphConv-(torchgeometric203).py as GraphConv.py

@GregorKobsik GregorKobsik changed the title missing file: '../data/partnetdata/Chair_dhier/test.txt' OR not matching tensor shapes missing file: '../data/partnetdata/Chair_dhier/test.txt' Mar 28, 2023
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

1 participant