| --- |
| 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 | |