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

Problem when change to mesh #22

Open
lichenyue1996 opened this issue Jul 15, 2019 · 2 comments
Open

Problem when change to mesh #22

lichenyue1996 opened this issue Jul 15, 2019 · 2 comments

Comments

@lichenyue1996
Copy link

I use the tsdf2mesh.m to create a 3D surface mesh. I use the data in the project.
But when I run the tsdf2mesh.m,I wait 4 hours,my MATLAB is still busy.
What's the problem?
Thanks for your reply.

@kingsman142
Copy link

One possible problem might be your CPU or GPU not being good enough. There can be millions of points in the point cloud before they're transformed into a mesh and it might just take forever on your machine. This is compounded by the fact that it's MATLAB, which might not run as fast as something like C++.

@lixz123007
Copy link

Are your .bin 500MB? When I make voxel grid bigger like 100010001000, My matlab will BOOM,

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

3 participants