Skip to content

Commit 9c54121

Browse files
committed
Add default values
1 parent da2fa00 commit 9c54121

File tree

9 files changed

+36
-9
lines changed

9 files changed

+36
-9
lines changed

src/arduino/app_bricks/audio_classification/brick_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ variables:
1313
- name: EI_AUDIO_CLASSIFICATION_MODEL
1414
description: Path to the model file
1515
hidden: true
16+
default_value: /models/ootb/ei/glass-breaking.eim
1617
- name: CUSTOM_MODEL_PATH
1718
description: Path to the custom model directory
1819
hidden: true
20+
default_value: /home/arduino/.arduino-bricks/ei-models
1921
- name: BIND_ADDRESS
2022
description: Bind address
21-
hidden: true
23+
hidden: true
24+
default_value: 127.0.0.1

src/arduino/app_bricks/dbstorage_tsstore/brick_config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ variables:
1515
default_value: 392edbf2-b8a2-481f-979d-3f188b2c05f0
1616
- name: BIND_ADDRESS
1717
description: External container address
18-
hidden: true
18+
hidden: true
19+
default_value: 127.0.0.1

src/arduino/app_bricks/image_classification/brick_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ variables:
1313
- name: EI_CLASSIFICATION_MODEL
1414
description: Path to the model file
1515
hidden: true
16+
default_value: /models/ootb/ei/mobilenet_v2_1.0_224_image_classification.eim
1617
- name: CUSTOM_MODEL_PATH
1718
description: Path to the custom model directory
1819
hidden: true
20+
default_value: /home/arduino/.arduino-bricks/ei-models
1921
- name: BIND_ADDRESS
2022
description: Bind address
21-
hidden: true
23+
hidden: true
24+
default_value: 127.0.0.1

src/arduino/app_bricks/keyword_spotting/brick_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ variables:
1515
- name: EI_KEYWORD_SPOTTING_MODEL
1616
description: Path to the model file
1717
hidden: true
18+
default_value: /models/ootb/ei/keyword-spotting-hey-arduino.eim
1819
- name: CUSTOM_MODEL_PATH
1920
description: Path to the custom model directory
2021
hidden: true
22+
default_value: /home/arduino/.arduino-bricks/ei-models
2123
- name: BIND_ADDRESS
2224
description: Bind address
23-
hidden: true
25+
hidden: true
26+
default_value: 127.0.0.1

src/arduino/app_bricks/motion_detection/brick_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ variables:
1313
- name: EI_MOTION_DETECTION_MODEL
1414
description: Path to the model file
1515
hidden: true
16+
default_value: /models/ootb/ei/updown-wave-motion-detection.eim
1617
- name: CUSTOM_MODEL_PATH
1718
description: Path to the custom model directory
1819
hidden: true
20+
default_value: /home/arduino/.arduino-bricks/ei-models
1921
- name: BIND_ADDRESS
2022
description: Bind address
21-
hidden: true
23+
hidden: true
24+
default_value: 127.0.0.1

src/arduino/app_bricks/object_detection/brick_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ 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
1617
- name: CUSTOM_MODEL_PATH
1718
description: Path to the custom model directory
1819
hidden: true
20+
default_value: /home/arduino/.arduino-bricks/ei-models
1921
- name: BIND_ADDRESS
2022
description: Bind address
21-
hidden: true
23+
hidden: true
24+
default_value: 127.0.0.1

src/arduino/app_bricks/video_imageclassification/brick_config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,16 @@ 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
2122
- name: CUSTOM_MODEL_PATH
2223
description: Path to the custom model directory
2324
hidden: true
25+
default_value: /home/arduino/.arduino-bricks/ei-models
2426
- name: BIND_ADDRESS
2527
description: Bind address
2628
hidden: true
29+
default_value: 127.0.0.1
2730
- name: VIDEO_DEVICE
2831
description: Video device path
29-
hidden: true
32+
hidden: true
33+
default_value: /dev/video1

src/arduino/app_bricks/video_objectdetection/brick_config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ variables:
1717
- name: EI_V_OBJ_DETECTION_MODEL
1818
description: Path to the model file
1919
hidden: true
20+
default_value: /models/ootb/ei/yolox-object-detection.eim
2021
- name: CUSTOM_MODEL_PATH
2122
description: Path to the custom model directory
2223
hidden: true
24+
default_value: /home/arduino/.arduino-bricks/ei-models
2325
- name: BIND_ADDRESS
2426
description: Bind address
2527
hidden: true
28+
default_value: 127.0.0.1
2629
- name: VIDEO_DEVICE
2730
description: Video device path
28-
hidden: true
31+
hidden: true
32+
default_value: /dev/video1

src/arduino/app_bricks/visual_anomaly_detection/brick_config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ variables:
1313
- name: EI_V_ANOMALY_DETECTION_MODEL
1414
description: Path to the model file
1515
hidden: true
16+
default_value: /models/ootb/ei/concrete-crack-anomaly-detection.eim
1617
- name: CUSTOM_MODEL_PATH
1718
description: Path to the custom model directory
1819
hidden: true
20+
default_value: /home/arduino/.arduino-bricks/ei-models
1921
- name: BIND_ADDRESS
2022
description: Bind address
21-
hidden: true
23+
hidden: true
24+
default_value: 127.0.0.1

0 commit comments

Comments
 (0)