DSG-Net icon indicating copy to clipboard operation
DSG-Net copied to clipboard

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

Open GregorKobsik opened this issue 2 years ago • 0 comments

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 avatar Mar 17 '23 13:03 GregorKobsik