From 2581881fc0b471894136c8e89cf7a278f676d382 Mon Sep 17 00:00:00 2001 From: "Kim, Sungchul" Date: Mon, 15 Jul 2024 10:13:26 +0900 Subject: [PATCH] Update recipe --- src/otx/recipe/detection/openvino_model.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/otx/recipe/detection/openvino_model.yaml b/src/otx/recipe/detection/openvino_model.yaml index dbfd5d63826..721557d7356 100644 --- a/src/otx/recipe/detection/openvino_model.yaml +++ b/src/otx/recipe/detection/openvino_model.yaml @@ -17,6 +17,10 @@ data: ../_base_/data/detection.yaml overrides: data: stack_images: false + train_subset: + to_tv_image: true + val_subset: + to_tv_image: true test_subset: to_tv_image: true batch_size: 64