You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
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?
The text was updated successfully, but these errors were encountered: