Parvez Mohammed
Parvez Mohammed
I guess you can use poly.lines for example: ``` with pygmsh.geo.Geometry() as geom: poly = geom.add_polygon( [ [0.0, 0.0], [2.0, 0.0], [3.0, 1.0], [1.0, 2.0], [0.0, 1.0], ], mesh_size=0.3, )...
> @Zevrap-81 Instead of attaching your code as a zip, better just copy-paste it with triple backticks. Thanks for the tip 👍
Could you please some more details on the non-rigid deformation and how it can be accomplished ?
I want to load the model and finetune it myself for better accuracy on my voice and the voice of my colleagues. I see that you provided the code for...