Open thatname opened 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
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
I set marching cubes resolution to highest(320), there is significant jagged edges.
The model outputs density fields, I think using distance field will get better mesh quality?