playatanu commited on
Commit
79bbd7a
·
verified ·
1 Parent(s): b232400

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -22
README.md CHANGED
@@ -1,22 +1,28 @@
1
- # DETR-ResNet50
2
-
3
- ## Overview
4
- DETR-based object detection model using ResNet-50 backbone.
5
-
6
- ## Runtime
7
- | Key | Value |
8
- |-----------|------|
9
- | Backend | ART |
10
- | Precision | float |
11
-
12
- ## Inputs
13
- | Name | Shape | Type |
14
- |-------|--------------------|---------|
15
- | image | [1, 3, 640, 640] | float32 |
16
-
17
- ## Outputs
18
- | Name | Shape | Type |
19
- |---------|----------------|---------|
20
- | boxes | [1, 100, 4] | float32 |
21
- | logits | [1, 100] | float32 |
22
- | classes | [1, 100] | int32 |
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ pipeline_tag: object-detection
4
+ tags:
5
+ - art
6
+ ---
7
+ # DETR-ResNet50
8
+
9
+ ## Overview
10
+ DETR-based object detection model using ResNet-50 backbone.
11
+
12
+ ## Runtime
13
+ | Key | Value |
14
+ |-----------|------|
15
+ | Backend | ART |
16
+ | Precision | float |
17
+
18
+ ## Inputs
19
+ | Name | Shape | Type |
20
+ |-------|--------------------|---------|
21
+ | image | [1, 3, 640, 640] | float32 |
22
+
23
+ ## Outputs
24
+ | Name | Shape | Type |
25
+ |---------|----------------|---------|
26
+ | boxes | [1, 100, 4] | float32 |
27
+ | logits | [1, 100] | float32 |
28
+ | classes | [1, 100] | int32 |