File size: 605 Bytes
79bbd7a 344e0fc 79bbd7a 344e0fc 79bbd7a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
license: other
pipeline_tag: object-detection
tags:
- art
---

# DETR-ResNet50
DETR-based object detection model using ResNet-50 backbone.
## Runtime
| Key | Value |
|-----------|------|
| Backend | ART |
| Precision | float |
## Inputs
| Name | Shape | Type |
|-------|--------------------|---------|
| image | [1, 3, 640, 640] | float32 |
## Outputs
| Name | Shape | Type |
|---------|----------------|---------|
| boxes | [1, 100, 4] | float32 |
| logits | [1, 100] | float32 |
| classes | [1, 100] | int32 | |