What tool / program can create a 2d / 3d model of a human face based on facial key points (distanse between the eyes, etc.)?

I need to manage an existing model or create new ones from the ground, based on 60 control points. In other words, I have 60 key positions (facial points) of the human face, and I need to draw a new face based on these key points. Also I need to do this in command line mode (preferred python language). Do you know some approaches to this?

Over time, I tried to use blender python api, but there are some problems associated with the unsuccessful operator, for example bpy.ops.translate (I want to use the proportional tool) in command line mode.

Thank.

+3
source share

All Articles