Skip to content

Commit 6bcbd79

Browse files
authored
Merge branch 'main' into update_roboticsstructure
2 parents c785cf4 + 0ff6331 commit 6bcbd79

File tree

45 files changed

+141
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+141
-80
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HOST_IP=
44
REST_SERVER_PORT=8080
55

66
# DL Streamer Pipeline Server
7-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3
88
RTSP_CAMERA_IP=
99

1010
# MinIO service & client

manufacturing-ai-suite/industrial-edge-insights-vision/.env_pallet-defect-detection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HOST_IP=
44
REST_SERVER_PORT=8080
55

66
# DL Streamer Pipeline Server
7-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3
88
RTSP_CAMERA_IP=
99

1010
# MinIO service & client

manufacturing-ai-suite/industrial-edge-insights-vision/.env_pcb-anomaly-detection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HOST_IP=
44
REST_SERVER_PORT=8080
55

66
# DL Streamer Pipeline Server
7-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3
88
RTSP_CAMERA_IP=
99

1010
# MinIO service & client

manufacturing-ai-suite/industrial-edge-insights-vision/.env_weld-porosity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HOST_IP=
44
REST_SERVER_PORT=8080
55

66
# DL Streamer Pipeline Server
7-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3
88
RTSP_CAMERA_IP=
99

1010
# MinIO service & client

manufacturing-ai-suite/industrial-edge-insights-vision/.env_worker-safety-gear-detection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ HOST_IP=
44
REST_SERVER_PORT=8080
55

66
# DL Streamer Pipeline Server
7-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3
88
RTSP_CAMERA_IP=
99

1010
# MinIO service & client

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-with-helm.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
- Download helm chart with the following command
3434

3535
```bash
36-
helm pull oci://registry-1.docker.io/intel/pallet-defect-detection-reference-implementation --version 2.6.0-rc2
36+
helm pull oci://registry-1.docker.io/intel/pallet-defect-detection-reference-implementation --version 2.6.0-rc3
3737
```
3838

3939
- Unzip the package using the following command
4040

4141
```bash
42-
tar -xvf pallet-defect-detection-reference-implementation-2.6.0-rc2.tgz
42+
tar -xvf pallet-defect-detection-reference-implementation-2.6.0-rc3.tgz
4343
```
4444

4545
- Replace the helm directory
@@ -171,6 +171,21 @@
171171
```
172172

173173
> **Note:**- This would start the pipeline. You can view the inference stream on WebRTC by opening a browser and navigating to https://<HOST_IP>:30443/mediamtx/pdd/ for Pallet Defect Detection. If you're running helm using an `NGINX_HTTPS_PORT` other than the default 30443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
174+
175+
### Starting GPU and NPU based pipelines
176+
For GPU and NPU based pipelines, ensure you have done the necessary [setup](../how-to-guides/use-gpu-for-inference.md#deploying-with-helm) from here, and start the respective pipelines as following.
177+
178+
**For GPU-based pipelines:**
179+
180+
```sh
181+
./sample_start.sh helm -p pallet_defect_detection_gpu
182+
```
183+
184+
**For NPU-based pipelines:**
185+
186+
```sh
187+
./sample_start.sh helm -p pallet_defect_detection_npu
188+
```
174189
175190
5. Get status of pipeline instance(s) running.
176191

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-balluff-sdk.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd edge-ai-libraries/microservices/dlstreamer-pipeline-server
2424
Create a Docker file named `BalluffDockerfile` inside your `dlstreamer-pipeline-server` directory with the following content.
2525

2626
```dockerfile
27-
FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2
27+
FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3
2828

2929
USER root
3030

@@ -41,7 +41,7 @@ RUN chmod +x /home/pipeline-server/src-gst-gencamsrc/autogen.sh
4141
RUN chmod +x /home/pipeline-server/install_gencamsrc_gstreamer_plugin.sh
4242
RUN /home/pipeline-server/install_gencamsrc_gstreamer_plugin.sh
4343

44-
# For Ubuntu24 intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2 base image
44+
# For Ubuntu24 intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3 base image
4545
RUN apt-get update && apt-get install -y libwxgtk-webview3.2-dev
4646

4747
# For Ubuntu 22 with intel/dlstreamer-pipeline-server:3.1.0-ubuntu22, uncomment the line below and comment the above line
@@ -67,7 +67,7 @@ USER intelmicroserviceuser
6767
Run the following command to build the image:
6868

6969
```bash
70-
docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2-gencamsrc-balluff -f BalluffDockerfile .
70+
docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff -f BalluffDockerfile .
7171
```
7272

7373
This command builds your Docker image using the steps defined above.
@@ -76,7 +76,7 @@ This command builds your Docker image using the steps defined above.
7676

7777
After the build completes, update .env and start the container:
7878

79-
> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2-gencamsrc-balluff
79+
> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff
8080
8181
```bash
8282
docker compose up -d
@@ -111,7 +111,7 @@ cp .env_pallet-defect-detection .env
111111
Update the `.env` file with the newly created image as below and modify any other required variables.
112112

113113
```bash
114-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2-gencamsrc-balluff
114+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-balluff
115115
```
116116

117117

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-guides/integrate-pylon-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd edge-ai-libraries/microservices/dlstreamer-pipeline-server
2222
Create a Docker file named `BaslerDockerfile` inside your `dlstreamer-pipeline-server` directory with the following content.
2323

2424
```dockerfile
25-
FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2
25+
FROM intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3
2626

2727
USER root
2828

@@ -53,7 +53,7 @@ USER intelmicroserviceuser
5353
Run the following command to build the image:
5454

5555
```bash
56-
docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2-gencamsrc-basler -f BaslerDockerfile .
56+
docker build -t intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler -f BaslerDockerfile .
5757
```
5858

5959
This command builds your Docker image using the steps defined above.
@@ -62,7 +62,7 @@ This command builds your Docker image using the steps defined above.
6262

6363
After the build completes, update .env and start the container:
6464

65-
> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2-gencamsrc-basler
65+
> update .env DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler
6666
6767
```bash
6868
docker compose up -d
@@ -97,7 +97,7 @@ cp .env_pallet-defect-detection .env
9797
Update the `.env` file with the newly created image as below and modify any other required variables.
9898

9999
```bash
100-
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc2-gencamsrc-basler
100+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2026.0.0-ubuntu24-rc3-gencamsrc-basler
101101
```
102102

103103
### Step 3: Run the Setup Script

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/get-started/deploy-with-helm.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
- Download helm chart with the following command
3232

33-
`helm pull oci://registry-1.docker.io/intel/pcb-anomaly-detection --version 1.2.0-rc2`
33+
`helm pull oci://registry-1.docker.io/intel/pcb-anomaly-detection --version 1.2.0-rc3`
3434
- unzip the package using the following command
3535

36-
`tar -xvf pcb-anomaly-detection-1.2.0-rc2.tgz`
36+
`tar -xvf pcb-anomaly-detection-1.2.0-rc3.tgz`
3737
- Replace the helm directory
3838

3939
`rm -rf helm && mv pcb-anomaly-detection helm`
@@ -163,6 +163,21 @@
163163
> **Note:** This would start the pipeline. You can view the inference stream on WebRTC by
164164
> opening a browser and navigating to `https://<HOST_IP>:30443/mediamtx/anomaly/` for PCB Anomaly Detection.
165165
> If you're running helm using an NGINX_HTTPS_PORT other than the default 30443, replace 30443 with <NGINX_HTTPS_PORT>.
166+
167+
### Starting GPU and NPU based pipelines
168+
For GPU and NPU based pipelines, ensure you have done the necessary [setup](../how-to-guides/use-gpu-for-inference.md#deploying-with-helm) from here, and start the respective pipelines as following.
169+
170+
**For GPU-based pipelines:**
171+
172+
```sh
173+
./sample_start.sh helm -p pcb_anomaly_detection_gpu
174+
```
175+
176+
**For NPU-based pipelines:**
177+
178+
```sh
179+
./sample_start.sh helm -p pcb_anomaly_detection_npu
180+
```
166181

167182
5. Get status of pipeline instance(s) running.
168183

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/get-started/deploy-with-helm.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
- Download helm chart with the following command
3232

33-
`helm pull oci://registry-1.docker.io/intel/weld-porosity-sample-application --version 1.4.0-rc2`
33+
`helm pull oci://registry-1.docker.io/intel/weld-porosity-sample-application --version 1.4.0-rc3`
3434
- unzip the package using the following command
3535

36-
`tar -xvf weld-porosity-sample-application-1.4.0-rc2.tgz`
36+
`tar -xvf weld-porosity-sample-application-1.4.0-rc3.tgz`
3737
- Replace the helm directory
3838

3939
`rm -rf helm && mv weld-porosity-sample-application helm`
@@ -161,6 +161,21 @@
161161

162162
> **Note:**- This would start the pipeline. You can view the inference stream on WebRTC by opening a browser and navigating to https://<HOST_IP>:30443/mediamtx/weld/
163163
>If you're running helm using an `NGINX_HTTPS_PORT` other than the default 30443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
164+
165+
### Starting GPU and NPU based pipelines
166+
For GPU and NPU based pipelines, ensure you have done the necessary [setup](../how-to-guides/use-gpu-for-inference.md#deploying-with-helm) from here, and start the respective pipelines as following.
167+
168+
**For GPU-based pipelines:**
169+
170+
```sh
171+
./sample_start.sh helm -p weld_porosity_classification_gpu
172+
```
173+
174+
**For NPU-based pipelines:**
175+
176+
```sh
177+
./sample_start.sh helm -p weld_porosity_classification_npu
178+
```
164179

165180
5. Get status of pipeline instance(s) running.
166181

0 commit comments

Comments
 (0)