{
	"$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"
		}
	}
}
