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

Runtime #50

Open
xiaoru222 opened this issue Jun 10, 2020 · 1 comment
Open

Runtime #50

xiaoru222 opened this issue Jun 10, 2020 · 1 comment

Comments

@xiaoru222
Copy link

No description provided.

@xiaoru222
Copy link
Author

when I run python create_label_files.py all. I got this error:

Traceback (most recent call last):
File "create_label_files.py", line 90, in
mesh = trimesh.load(folder + "registeredScene.ply")
File "D:\program files(x86)\anaconda3\lib\site-packages\trimesh\exchange\load.py", line 136, in load
**kwargs)
File "D:\program files(x86)\anaconda3\lib\site-packages\trimesh\constants.py", line 134, in timed
result = method(*args, **kwargs)
File "D:\program files(x86)\anaconda3\lib\site-packages\trimesh\exchange\load.py", line 212, in load_mesh
**kwargs)
File "D:\program files(x86)\anaconda3\lib\site-packages\trimesh\exchange\ply.py", line 97, in load_ply
prefer_color=prefer_color)
File "D:\program files(x86)\anaconda3\lib\site-packages\trimesh\exchange\ply.py", line 327, in elements_to_kwargs
for i in 'xyz'])
File "D:\program files(x86)\anaconda3\lib\site-packages\trimesh\exchange\ply.py", line 327, in
for i in 'xyz'])
KeyError: 'data'

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