You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image input size is NOT restricted in `320 * 320`, `416 * 416`, `512 * 512` and `608 * 608`.
@@ -132,11 +133,11 @@ Larger input size could help detect smaller targets, but may be slower and GPU m
132
133
133
134
## 2.4 Inference output
134
135
135
-
There are 2 inference outputs.
136
-
- One is locations of bounding boxes, its shape is `[batch, num_boxes, 1, 4]` which represents x1, y1, x2, y2 of each bounding box.
137
-
- The other one is scores of bounding boxes which is of shape `[batch, num_boxes, num_classes]` indicating scores of all classes for each bounding box.
136
+
There are 2 inference outputs.
137
+
- One is locations of bounding boxes, its shape is `[batch, num_boxes, 1, 4]` which represents x1, y1, x2, y2 of each bounding box.
138
+
- The other one is scores of bounding boxes which is of shape `[batch, num_boxes, num_classes]` indicating scores of all classes for each bounding box.
138
139
139
-
Until now, still a small piece of post-processing including NMS is required. We are trying to minimize time and complexity of post-processing.
140
+
Until now, still a small piece of post-processing including NMS is required. We are trying to minimize time and complexity of post-processing.
0 commit comments