You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
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:
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
The text was updated successfully, but these errors were encountered: