Skip to content

Commit 68504fb

Browse files
committed
Fix mobilenet default value
1 parent ae1b4d3 commit 68504fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/app_bricks/video_imageclassification/brick_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variables:
1818
- name: EI_V_CLASSIFICATION_MODEL
1919
description: Path to the model file
2020
hidden: true
21-
default_value: /models/ootb/ei/mobilenet_v2_1.0_224_image_classification.eim
21+
default_value: /models/ootb/ei/mobilenet-v2-224px.eim
2222
- name: CUSTOM_MODEL_PATH
2323
description: Path to the custom model directory
2424
hidden: true

0 commit comments

Comments
 (0)