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

Error in .ply #3

Open
gangweiX opened this issue Oct 2, 2022 · 2 comments
Open

Error in .ply #3

gangweiX opened this issue Oct 2, 2022 · 2 comments

Comments

@gangweiX
Copy link

gangweiX commented Oct 2, 2022

TriangleMesh with 51069949 points and 0 triangles.
sample pcd from mesh: 11%|█████ | 1/9 [00:07<01:02, 7.76s/it]Traceback (most recent call last):
File "pc_eval.py", line 70, in
new_pts = np.concatenate(new_pts, axis=0)
File "<array_function internals>", line 180, in concatenate
ValueError: need at least one array to concatenate

Hi, I use IterMVS (CVPR 2022) to generate .ply, however during the evaluation, I encountered an error that there is no triangles, how can I solve it?

@jzhangbs
Copy link
Owner

jzhangbs commented Oct 2, 2022

Hi @gangweiX, I guess you are evaluating point clouds. If so, you need to specify that in the arguments by --mode pcd.

@gangweiX
Copy link
Author

gangweiX commented Oct 2, 2022

Ok, 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

2 participants