File tree Expand file tree Collapse file tree 9 files changed +36
-9
lines changed
video_imageclassification Expand file tree Collapse file tree 9 files changed +36
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments