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

关于生成mesh失败的问题 #71

Open
yszddai opened this issue May 31, 2023 · 0 comments
Open

关于生成mesh失败的问题 #71

yszddai opened this issue May 31, 2023 · 0 comments

Comments

@yszddai
Copy link

yszddai commented May 31, 2023

[Open3D WARNING] Read PLY failed: number of vertex <= 0.
Traceback (most recent call last):
File "tools/extract_mesh.py", line 161, in
mesh()
File "tools/extract_mesh.py", line 94, in mesh
max_cluster_idx = np.argmax(count)
File "<array_function internals>", line 6, in argmax
File "/home/ysz/anaconda3/envs/jnerf/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 1195, in argmax
return _wrapfunc(a, 'argmax', axis=axis, out=out)
File "/home/ysz/anaconda3/envs/jnerf/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 54, in _wrapfunc
return _wrapit(obj, method, *args, **kwds)
File "/home/ysz/anaconda3/envs/jnerf/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 43, in _wrapit
result = getattr(asarray(obj), method)(*args, **kwds)
ValueError: attempt to get argmax of an empty sequence

按照官方例子运行extract_mash.py出现上述问题,这是什么导致的?open3d的版本吗?

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