taichi_3d_gaussian_splatting icon indicating copy to clipboard operation
taichi_3d_gaussian_splatting copied to clipboard

parquet_view

Open haung-hangdian opened this issue 2 years ago • 1 comments

Can you help me to make the file.parquet transform to file.obj,or can you make the file.parquet transform to other file 3D

haung-hangdian avatar Jul 11 '23 13:07 haung-hangdian

Do you mean converting into Mesh? It's not straightforward, although the output is still a point cloud, each point has an opacity, so the traditional point cloud to mesh algorithm seems not work well. I have some attempts but it does not work. Of course, I believe the MarchCube method shall still work, but it needs some extra code. Also, if you just want some good mesh, you shall try some SDF based method.

wanmeihuali avatar Jul 12 '23 03:07 wanmeihuali