Skip to content

Commit caa379d

Browse files
authored
multimodal: Renamed the folder name to weld defect classification (#840)
This PR updates the DLStreamer pipeline server image from Ubuntu 22 to Ubuntu 24 and renames the model resource folder from "weld-porosity" to "models" with an updated model path from "weld-porosity-f16-DeiT" to "weld-defect-classification-f16-DeiT". 1. Updated DLStreamer pipeline server image tag from ubuntu22 to ubuntu24 2. Renamed resource folder from "weld-porosity" to "models" 3. Updated model path to use renamed "weld-defect-classification-f16-DeiT" folder Signed-off-by: Vellaisamy, Sathyendran <sathyendran.vellaisamy@intel.com>
1 parent fb37dc2 commit caa379d

File tree

34 files changed

+6
-6
lines changed

34 files changed

+6
-6
lines changed

manufacturing-ai-suite/industrial-edge-insights-multimodal/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ LOG_LEVEL=INFO
3333
TIME_SERIES_ANALYTICS_IMAGE=intel/ia-time-series-analytics-microservice:1.1.0
3434
WELD_SIMULATOR_IMAGE=intel/ia-weld-data-simulator:1.0.0
3535
FUSION_MODULE_IMAGE=intel/ia-multimodal-fusion-analytics:1.0.0
36-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:3.1.0-ubuntu22
36+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:3.1.0-ubuntu24
3737

3838
# Please provide the suffix for the image version you want to use like rc1, rc2, git hash id etc.
3939
IMAGE_SUFFIX=weekly

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"parameters": {
3333
"classification-properties": {
34-
"model": "/home/pipeline-server/resources/weld-porosity/models/weld-porosity-f16-DeiT/deployment/Classification/model/model.xml",
34+
"model": "/home/pipeline-server/resources/models/weld-defect-classification-f16-DeiT/deployment/Classification/model/model.xml",
3535
"device": "CPU"
3636
}
3737
}

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/LICENSE renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/LICENSE

File renamed without changes.

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/README.md renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/README.md

File renamed without changes.

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/deployment/Classification/LICENSE renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/deployment/Classification/LICENSE

File renamed without changes.

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/deployment/Classification/README.md renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/deployment/Classification/README.md

File renamed without changes.

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/deployment/Classification/model.json renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/deployment/Classification/model.json

File renamed without changes.

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/deployment/Classification/model/config.json renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/deployment/Classification/model/config.json

File renamed without changes.

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/deployment/Classification/model/model.bin renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/deployment/Classification/model/model.bin

File renamed without changes.

manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/weld-porosity/models/weld-porosity-f16-DeiT/deployment/Classification/model/model.xml renamed to manufacturing-ai-suite/industrial-edge-insights-multimodal/configs/dlstreamer-pipeline-server/models/weld-defect-classification-f16-DeiT/deployment/Classification/model/model.xml

File renamed without changes.

0 commit comments

Comments
 (0)