drkareemkamal commited on
Commit
b181500
·
verified ·
1 Parent(s): 7861a07

Update models/yolov8_onnx/config.pbtxt

Browse files
Files changed (1) hide show
  1. models/yolov8_onnx/config.pbtxt +2 -2
models/yolov8_onnx/config.pbtxt CHANGED
@@ -4,13 +4,13 @@ input [
4
  {
5
  name: "images"
6
  data_type: TYPE_FP32
7
- dims: [ 3,640,640 ]
8
  }
9
  ]
10
  output [
11
  {
12
  name: "output0"
13
  data_type: TYPE_FP32
14
- dims: [ -1, -1]
15
  }
16
  ]
 
4
  {
5
  name: "images"
6
  data_type: TYPE_FP32
7
+ dims: [1, 3,640,640 ]
8
  }
9
  ]
10
  output [
11
  {
12
  name: "output0"
13
  data_type: TYPE_FP32
14
+ dims: [ -1, -1, -1]
15
  }
16
  ]