Ysz2022 / Fourier123

Fourier123: One Image to High-Quality 3D Object Generation with Hybrid Fourier Score Distillation
https://fourier1-to-3.github.io/
MIT License
58 stars 1 forks source link

Mesh Extraction #2

Open LaFeuilleMorte opened 2 weeks ago

LaFeuilleMorte commented 2 weeks ago

Can we extract mesh from the trained gaussian splats?

ArisWayne commented 2 weeks ago

Sure, you can use convert.py to extract glb mesh from ply file:

python convert.py big --test_path <path to .ply file>