Tasks
Zero Shot Object Detection
Detect objects in images without prior training on those specific objects. Use cases include novel object detection, transfer learning, and few-shot learning
Send an image URL and a set of candidate labels to detect objects in the image:
You can send the via url
or base64
data URL.
We recommend url
for better performance, as base64
increases payload size.