hbb1 / 2d-gaussian-splatting

[SIGGRAPH'24] 2D Gaussian Splatting for Geometrically Accurate Radiance Fields
https://surfsplatting.github.io
Other
1.94k stars 120 forks source link

Extract Mesh Problem #26

Open GodzillaLi opened 4 months ago

GodzillaLi commented 4 months ago

I only have .ply files trained with 2Dgaussian. How to extract mesh?

josaqqq commented 4 months ago

You can use this: python render.py -m <path to pre-trained model> -s <path to COLMAP dataset>

The description is in the README.md.