threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
5.88k stars 453 forks source link

export mesh #311

Open fenglincong opened 9 months ago

fenglincong commented 9 months ago

Hello, when I render the image during testing, the rendering results are very good. However, the exported mesh has a poor quality. Has anyone encountered this issue?

rendering result: https://github.com/threestudio-project/threestudio/assets/90673560/a4ad63cc-b588-4fd6-af77-f3521a6f82f7

exported mesh: image

thuliu-yt16 commented 9 months ago

try to specify the threshold

fenglincong commented 9 months ago

try to specify the threshold

Hi, how can I set the threshold? My work is based on ThreeStudio.

thuliu-yt16 commented 9 months ago

See Export Mesh in readme. You can set system.geometry.isosurface_threshold.

zengbohan0217 commented 1 week ago

I meet the same problem, and can not solve by adjusting the system.geometry.isosurface_threshold.