Cloudflare 中文文档
Workers AI
编辑这个页面
跳转官方原文档
Set theme to dark (⇧+D)

detr-resnet-50

Beta

Model ID: @cf/facebook/detr-resnet-50

DEtection TRansformer (DETR) model trained end-to-end on COCO 2017 object detection (118k annotated images).

​​ Properties

Task Type: Object Detection

​​ Code Examples

Worker - TypeScript
curl

​​ Responses

This task returns a list of detected objects, each one containing a label, a probability score, and its surrounding box coordinates.

​​ API Schema

The following schema is based on JSON Schema

Input JSON Schema
Output JSON Schema