georgedavila / face-parsing

  • Public
  • 22 runs
  • T4

Run georgedavila/face-parsing with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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_type
string (enum)
imageURL

Options:

imageURL, imageUpload

Choose whether to use an image from a url or a locally uploaded image.
imageURL
string
https://images.unsplash.com/photo-1539571696357-5a69c17a67c6
Input face image URL
imageUpload
string
https://upload.wikimedia.org/wikipedia/commons/8/8d/President_Barack_Obama.jpg
Picture including a face

Output schema

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

Schema
{
  "type": "array",
  "items": {
    "type": "string",
    "format": "uri"
  },
  "title": "Output"
}