File tree Expand file tree Collapse file tree 1 file changed +4
-21
lines changed
internal/orchestrator/bricks/testdata Expand file tree Collapse file tree 1 file changed +4
-21
lines changed Original file line number Diff line number Diff 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.\n Brick 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
You can’t perform that action at this time.
0 commit comments