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: cube_meshinfo.npz #15

Open
amiltonwong opened this issue Oct 31, 2022 · 0 comments
Open

missing file: cube_meshinfo.npz #15

amiltonwong opened this issue Oct 31, 2022 · 0 comments

Comments

@amiltonwong
Copy link

Hi, @daerduoCarey,

Thanks for releasing the package. When I run script bash scripts/train_vae_chair.sh, I got the following error:

Using device: cuda:0
Object Category: Chair
Random Seed: 3124256514
../data/partnetdata/Chair_dgeo/../cube_meshinfo.npz
Traceback (most recent call last):
  File "./train.py", line 357, in <module>
    train(config)
  File "./train.py", line 70, in train
    conf = utils.add_meshinfo2conf(conf)
  File "/data/code13/DSG-Net/code/utils.py", line 584, in add_meshinfo2conf
    conf.meshinfo = MeshDataLoader(conf.data_path)
  File "/data/code13/DSG-Net/code/utils.py", line 560, in __init__
    meshinfo = np.load(meshfile)
  File "/root2/anaconda3/envs/pytorch1.4/lib/python3.7/site-packages/numpy/lib/npyio.py", line 417, in load
    fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '../data/partnetdata/Chair_dgeo/../cube_meshinfo.npz'
(pytorch1.4) root@milton-ThinkCentre-M93p:/data/code13/DSG-Net/code#

It requires the file cube_meshinfo.npz. But I only find the file cube_meshinfo.mat here. Is cube_meshinfo.mat the correct file? Which part in the code should I fix for that?

Thanks~

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