ejones / triposr-texture-gen

Generates a texture for 3D models created by the TripoSR image-to-3D model
MIT License
90 stars 11 forks source link

Unable to load file #2

Open al3dv2 opened 6 months ago

al3dv2 commented 6 months ago

I have a error message I use windows 10 : [Open3D WARNING] Unable to load file ~/output/arcade.obj with ASSIMP

processing mesh [Open3D WARNING] Creating from empty legacy TriangleMesh.

Traceback (most recent call last): File "C:\Users\Shadow\Desktop\triposr-texture-gen\text2texture.py", line 329, in tmesh = text2texture( File "C:\Users\Shadow\Desktop\triposr-texture-gen\text2texture.py", line 228, in text2texture print('computing UV atlas for', len(tmesh.triangle.indices), 'triangles') KeyError: 'Key indices not found in TensorMap'

ejones commented 5 months ago

Hi, are you sure the path is correct? I think I've seen silent errors like this before on missing files. If it is correct, do you mind sharing the model?