Skip to content

Commit 5b960ce

Browse files
committed
fix default value
1 parent 98a2035 commit 5b960ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/arduino/app_bricks/object_detection/brick_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variables:
1313
- name: EI_OBJ_DETECTION_MODEL
1414
description: Path to the model file
1515
hidden: true
16-
default_value: /models/ootb/ei/yolox-object-detection.eim
16+
default_value: /models/ootb/ei/yolo-x-nano.eim
1717
- name: CUSTOM_MODEL_PATH
1818
description: Path to the custom model directory
1919
hidden: true

src/arduino/app_bricks/video_objectdetection/brick_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variables:
1717
- name: EI_OBJ_DETECTION_MODEL
1818
description: Path to the model file
1919
hidden: true
20-
default_value: /models/ootb/ei/yolox-object-detection.eim
20+
default_value: /models/ootb/ei/yolo-x-nano.eim
2121
- name: CUSTOM_MODEL_PATH
2222
description: Path to the custom model directory
2323
hidden: true

0 commit comments

Comments
 (0)