Matheus Gustavo Alves Sasso

Results 10 comments of Matheus Gustavo Alves Sasso

How can I get those points from this line? `tids = trimesh.proximity.closest_point(mesh, points)[2]` I assume those are not the vertices from ``` mesh = trimesh.Trimesh( vertices=vertices_numpy, faces=faces_numpy, vertex_colors=color_numpy, ) ```

@Kiord I dont have the `tcoords `and I dont know what it should be. Do you know how can I retrieve from the mesh? ``` mesh = trimesh.Trimesh( vertices=vertices_numpy, faces=faces_numpy,...

Hello @Kiord Thanks for your explanation, I am new in this 3D object manipulation world. Effectivelly it does not have `mesh.visual.uv`, I believe it is a ColorVisual then. My goal...

@Kiord thanks for the reply. I followed the step by step, but when I click Color Attribute that is what happening. ![image](https://github.com/mikedh/trimesh/assets/23565626/be329629-d942-45fc-9946-25b34d21b66a) I unedrstand fom your explanation that colors will...

TripoSR also generates a video where I can see the colors exist before the export. https://github.com/mikedh/trimesh/assets/23565626/c019c7bf-b575-4098-9b2a-427fdb49ea0b

I can see it now thanks! However compared with the video gif I shared, the quality is way inferior. ![image](https://github.com/mikedh/trimesh/assets/23565626/23d381a4-95a6-4bb0-82db-0ad68b47e0f7)

@flowtyone how did you actually solved the problem? If you share a step by step would help a lot. I am struggling a lot to make it work

I had some progress. I understand that this project does not have any update since 2021. So I am trying to use as a base image `nvidia/cuda:11.0.3-cudnn8-runtime-ubuntu20.04` In the commands...

Thanks @CodePeasants it worked to me. Were you able to retrieve the textures? I can only get the mesh

I am having the same problem. I dont want to recreate the embeddings at every request. I wanna do it once and reuse (both embeddings + fitted classifier) it for...