Update config.pbtxt

This commit is contained in:
cheetahadmin 2025-09-16 01:52:41 +00:00
parent ed338064c0
commit 68c6a1e079

@ -7,10 +7,17 @@ input [
{
name: "images"
optional: true
optional: false
data_type: TYPE_FP32
dims: [ 1, 3, 640, 640 ]
},
{
name: "text"
optional: true
data_type: TYPE_FP32
dims: [ 2 ]
}
]
@ -19,7 +26,6 @@ output [
{
name: "output0"
optional: true
data_type: TYPE_FP32
dims: [ 1, 84, 8400 ]