From 68c6a1e0795909ca4777a61f668725b4a5a1f57d Mon Sep 17 00:00:00 2001 From: cheetahadmin Date: Tue, 16 Sep 2025 01:52:41 +0000 Subject: [PATCH] Update config.pbtxt --- config.pbtxt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config.pbtxt b/config.pbtxt index 504259d..3396f89 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -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 ]