-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels