You're looking at a specific version of this model. Jump to the model overview.

pablodawson /panohead:06f6296a

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
face_image
string
Input subject face image
create_ply
number
False
If you want to save the 3D mesh as PLY

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'properties': {'ply_out': {'format': 'uri',
                            'title': 'Ply Out',
                            'type': 'string'},
                'preview_video': {'format': 'uri',
                                  'title': 'Preview Video',
                                  'type': 'string'},
                'training_video': {'format': 'uri',
                                   'title': 'Training Video',
                                   'type': 'string'}},
 'required': ['training_video', 'preview_video'],
 'title': 'ModelOutput',
 'type': 'object'}