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

ValueError: string is not a file: /home/mona/OnePose_Plus_Plus/submodules/Wis3D/example/data/3d_objects/object_mesh.ply #3

Open
monajalal opened this issue Jun 14, 2023 · 0 comments

Comments

@monajalal
Copy link

monajalal commented Jun 14, 2023

Running the example in this link doesn't work. Could you please share the missing files needed for running the demo?
https://wis3d.readthedocs.io/en/latest/getting_started/getting_started.html

image

(oneposeplus) mona@ard-gpu-01:~/OnePose_Plus_Plus/submodules/Wis3D$ python example/test.py
Traceback (most recent call last):
  File "/home/mona/OnePose_Plus_Plus/submodules/Wis3D/example/test.py", line 16, in <module>
    wis3d.add_mesh(mesh_path)
  File "/home/mona/anaconda3/envs/oneposeplus/lib/python3.10/site-packages/wis3d/wis3d.py", line 249, in add_mesh
    mesh = trimesh.load_mesh(vertices)
  File "/home/mona/.local/lib/python3.10/site-packages/trimesh/exchange/load.py", line 206, in load_mesh
    ) = parse_file_args(file_obj=file_obj,
  File "/home/mona/.local/lib/python3.10/site-packages/trimesh/exchange/load.py", line 630, in parse_file_args
    raise ValueError('string is not a file: {}'.format(file_obj))
ValueError: string is not a file: /home/mona/OnePose_Plus_Plus/submodules/Wis3D/example/data/3d_objects/object_mesh.ply

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