Skip to content

Commit 5eb18f8

Browse files
giulio93dido18
andcommitted
Update internal/orchestrator/bricks/testdata/bricks-list.yaml
Co-authored-by: Davide <davideneri18@gmail.com>
1 parent cefcbb9 commit 5eb18f8

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

internal/orchestrator/bricks/testdata/bricks-list.yaml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,8 @@ bricks:
2323
mount_devices_into_container: false
2424
ports: []
2525
category: storage
26-
- id: arduino:image_classification
27-
name: Image Classification
28-
description: "Brick for image classification using a pre-trained model. It processes\
29-
\ images and returns the predicted class label and confidence score.\nBrick is\
30-
\ designed to work with pre-trained models provided by framework or with custom\
31-
\ image classification models trained on Edge Impulse platform. \n"
32-
require_container: true
26+
- id: arduino:brick-with-require-model
27+
name: A brick with required model
28+
description: "Brick with required model"
3329
require_model: true
34-
require_devices: false
35-
mount_devices_into_container: false
36-
ports: []
37-
category: video
38-
model_name: mobilenet-image-classification
39-
variables:
40-
- name: CUSTOM_MODEL_PATH
41-
default_value: /home/arduino/.arduino-bricks/ei-models
42-
description: path to the custom model directory
43-
- name: EI_CLASSIFICATION_MODEL
44-
default_value: /models/ootb/ei/mobilenet-v2-224px.eim
45-
description: path to the model file
46-
47-
30+
model_name: mobilenet-image-classification

0 commit comments

Comments
 (0)