@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
17 lines (15 loc) • 412 B
JSON
{
"$id": "/inference/schemas/depth-estimation/output.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"description": "Outputs of inference for the Depth Estimation task",
"title": "DepthEstimationOutput",
"type": "object",
"properties": {
"predicted_depth": {
"description": "The predicted depth as a tensor"
},
"depth": {
"description": "The predicted depth as an image"
}
}
}