Spaces:
Configuration error
Configuration error
Update models/yolov8_onnx/config.pbtxt
Browse files
models/yolov8_onnx/config.pbtxt
CHANGED
@@ -4,13 +4,13 @@ input [
|
|
4 |
{
|
5 |
name: "images"
|
6 |
data_type: TYPE_FP32
|
7 |
-
dims: [
|
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: [3,640,640 ]
|
8 |
}
|
9 |
]
|
10 |
output [
|
11 |
{
|
12 |
name: "output0"
|
13 |
data_type: TYPE_FP32
|
14 |
+
dims: [ -1, -1]
|
15 |
}
|
16 |
]
|