EnVision-Research / LucidDreamer

Official implementation of "LucidDreamer: Towards High-Fidelity Text-to-3D Generation via Interval Score Matching"
MIT License
749 stars 32 forks source link

question about mesh export #19

Closed Asianfleet closed 10 months ago

Asianfleet commented 10 months ago

How can I get the 3d mesh after training?

AbnerVictor commented 10 months ago

Hi, our current method is built on 3D gaussian splatting, which doesn't hold mesh by default.

You can access to the trained 3DGS in 'LucidDreamer/output/your_project_name/point_cloud' folder

Asianfleet commented 10 months ago

Hi, our current method is built on 3D gaussian splatting, which doesn't hold mesh by default.

You can access to the trained 3DGS in 'LucidDreamer/output/your_project_name/point_cloud' folder

Thanks! This project is awesome!