Open lichenyue1996 opened 5 years ago
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++.
Are your .bin 500MB? When I make voxel grid bigger like 100010001000, My matlab will BOOM,
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.