VAST-AI-Research / TripoSR

MIT License
4.54k stars 529 forks source link

Jagged edges when using high resolution marching cubes. #60

Open thatname opened 7 months ago

thatname commented 7 months ago

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?

thatname commented 7 months ago

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

sekkit commented 2 months ago

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

could u modify stable fast 3d's implementatoin of tripoSR? it uses MarchingTetraHedra