triposr-texture-gen icon indicating copy to clipboard operation
triposr-texture-gen copied to clipboard

UVAtlasPartition: Non-manifold mesh,"The mesh output by Triposr does not match."

Open CBQ-1223 opened this issue 11 months ago • 3 comments

File "text2texture.py", line 329, in tmesh = text2texture( File "text2texture.py", line 229, in text2texture tmesh.compute_uvatlas(size, parallel_partitions=2) RuntimeError: [Open3D Error] (void open3d::t::geometry::kernel::uvunwrapping::{anonymous}::ComputeUVAtlasPartition(open3d::t::geometry::TriangleMesh, float, bool, open3d::t::geometry::kernel::uvunwrapping::{anonymous}::UVAtlasPartitionOutput&)) /root/Open3D/cpp/open3d/t/geometry/kernel/UVUnwrapping.cpp:124: UVAtlasPartition: Non-manifold mesh

how to solve it?thanks!

CBQ-1223 avatar Mar 27 '24 11:03 CBQ-1223

+1

I find a walkaround: remove this line . https://github.com/ejones/triposr-texture-gen/blob/dca979d05e358d0124b4fb340bc9f987b42bca3e/text2texture.py#L220

hello2mao avatar Mar 29 '24 02:03 hello2mao

UVAtlasPartition: Non-manifold mesh

I try remove this line,but this error still exits.Do you have other solutions?

CBQ-1223 avatar Apr 10 '24 03:04 CBQ-1223

Hey, do you mind uploading the model file you're running it on?

ejones avatar Apr 14 '24 15:04 ejones