wanmeihuali/taichi_3d_gaussian_splatting

parquet_view

haung-hangdian opened this issue · 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

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.