HuggingfaceClient.Inference.Task.ObjectDetection
(huggingface_client v0.1.0)
Copy Markdown
View Source
Object detection with bounding boxes.
Summary
Functions
Runs the object-detection task.
Functions
@spec run(HuggingfaceClient.Client.t(), map()) :: {:ok, term()} | {:error, Exception.t()}
Runs the object-detection task.
Returns {:ok, result} or {:error, exception}.