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

How to save the result model? #71

Open
LordLiang opened this issue Jan 5, 2019 · 1 comment
Open

How to save the result model? #71

LordLiang opened this issue Jan 5, 2019 · 1 comment

Comments

@LordLiang
Copy link

LordLiang commented Jan 5, 2019

Hello, @mihaibujanca Thank you for your great work!
Now I already run the umbrella demo successfully and I want to save the restructed model into a file (.obj or .ply) instead of frames. Maybe does the code not include such part for saving?

@mihaibujanca
Copy link
Owner

Not implemented yet, but you can look into marching cubes for saving the models, there are quite a few open source implementations, including one from the NVIDIA cuda samples. You'll need to adapt it to work with tesfVolume.

Alternatively just save the pointcloud using kfusion::cuda::TsdfVolume::fetchCloud, and triangulate it afterwards (e.g with something like poisson surface reconstruction in Meshlab)

Hope this helps

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