scripts/inference-providers/templates/task/object-detection.handlebars (16 lines of code) (raw):
## Object detection
Object Detection models allow users to identify objects of certain defined classes. These models receive an image as input and output the images with bounding boxes and labels on detected objects.
{{{tips.linksToTaskPage.object-detection}}}
### Recommended models
{{#each recommendedModels.object-detection}}
- [{{this.id}}](https://huggingface.co/{{this.id}}): {{this.description}}
{{/each}}
{{{tips.listModelsLink.object-detection}}}
### Using the API
{{{snippets.object-detection}}}
### API specification
#### Request
{{{constants.specsHeaders}}}
{{{specs.object-detection.input}}}
#### Response
{{{specs.object-detection.output}}}