Ysz2022 / Fourier123

Hybrid Fourier Score Distillation for Efficient One Image to 3D Object Generation
https://fourier1-to-3.github.io/
MIT License
81 stars 0 forks source link

Mesh Extraction #2

Open LaFeuilleMorte opened 5 months ago

LaFeuilleMorte commented 5 months ago

Can we extract mesh from the trained gaussian splats?

ArisWayne commented 5 months ago

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

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