taichi_3d_gaussian_splatting
taichi_3d_gaussian_splatting copied to clipboard
parquet_view
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.