weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
276 stars 71 forks source link

How can i export the final and complete reconstructed model in point cloud #81

Open choyfung opened 1 year ago

choyfung commented 1 year ago

Thanks for this great work! I have successfully run this code on Windows 11, but i have a question: how can I save the final complete reconstructed model as a point cloud locally? Because according to the test cases provided by the author, only the each frame reconstruction result is generated. In other words, the result of the last frame seems to be just the reconstruction data under that current view instead of the accumulated reconstruction results globally. I hope to get the result like this one from VolumeDeformation results: test_data\upperbody\reconstruction\frame-001235.mesh.ply. Thanks a lot.