VAST-AI-Research / TripoSR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jagged edges when using high resolution marching cubes.

thatname opened this issue · comments

I set marching cubes resolution to highest(320), there is significant jagged edges.

2024-03-18 222250

The model outputs density fields, I think using distance field will get better mesh quality?

I've submitted a pull request #68 , It's doing fast block based marching cube to produce high resolution mesh, up to 1024^3.
You can use blender's mesh simplification to process the generated high resolution mesh, which can reduce the artifact largely, but still not completely. If you want more, change the resolution to 2048^3