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

viktorfa /oot_segmentation:dba1e4d4

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
model_image
string
https://raw.githubusercontent.com/viktorfa/oot_diffusion/main/oot_diffusion/assets/model_1.png
Clear picture of the model

Output schema

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

Schema
{'properties': {'face_mask': {'format': 'uri',
                              'title': 'Face Mask',
                              'type': 'string'},
                'mask': {'format': 'uri', 'title': 'Mask', 'type': 'string'},
                'model_mask': {'format': 'uri',
                               'title': 'Model Mask',
                               'type': 'string'},
                'model_parse': {'format': 'uri',
                                'title': 'Model Parse',
                                'type': 'string'},
                'original_image': {'format': 'uri',
                                   'title': 'Original Image',
                                   'type': 'string'}},
 'required': ['model_mask',
              'mask',
              'original_image',
              'model_parse',
              'face_mask'],
 'title': 'Output',
 'type': 'object'}