Adrien Chuttarsing

Results 7 comments of Adrien Chuttarsing

I found a way to do this programmatically with pymeshlab (`pip install pymeshlab`) ```python import pymeshlab ms = pymeshlab.MeshSet() ms.load_new_mesh('person_final.obj') ms.compute_texcoord_parametrization_triangle_trivial_per_wedge() ms.transfer_attributes_to_texture_per_vertex(pullpush=True) ms.save_current_mesh('person_final.obj', save_textures=True) ``` It saves the mesh into...

Exactly the same error for me with Python 3.7.13 : ```python Python 3.7.13 (default, Mar 18 2022, 17:46:12) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more...

This temporary solution : https://github.com/explosion/spaCy/issues/10564#issuecomment-1081570327 works for me → `pip install click==8.0.4`

please release this feature 🙏

I have the same issue. Does anyone know how to proceed ?

hello! I have the same issue! Any workaround?

Hi @philz1337x! Congrats on your impressive work. I've been eager to try it out, but I've hit a snag when attempting to run the model. I've tried both the `cod`...