Skip to content

Commit d298b3a

Browse files
Manufacturing and Metro AI Suite Apps - Version update and documentation changes (#972)
Signed-off-by: Katakol, Rohit <rohit.katakol@intel.com> Co-authored-by: Ashish Jagadish <ashish.jagadish@intel.com>
1 parent 1c77ada commit d298b3a

Some content is hidden

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

43 files changed

+111
-138
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:3.1.0-ubuntu22
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2025.2-ubuntu22-rc1
88
RTSP_CAMERA_IP=
99

1010
# Model Registry

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:3.1.0-ubuntu22
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2025.2-ubuntu22-rc1
88
RTSP_CAMERA_IP=
99

1010
# Model Registry

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:3.1.0-ubuntu22
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2025.2-ubuntu22-rc1
88
RTSP_CAMERA_IP=
99

1010
# Model Registry

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

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:3.1.0-ubuntu22
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2025.2-ubuntu22-rc1
88
RTSP_CAMERA_IP=
99

1010
# Model Registry

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:3.1.0-ubuntu22
7+
DLSTREAMER_PIPELINE_SERVER_IMAGE=intel/dlstreamer-pipeline-server:2025.2-ubuntu22-rc1
88
RTSP_CAMERA_IP=
99

1010
# Model Registry

manufacturing-ai-suite/industrial-edge-insights-vision/apps/pallet-defect-detection/RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes
22

3+
## v2.5.0 (Upcoming release)
4+
5+
### Updates
6+
- Consumed latest DL Streamer Pipeline Server version 2025.2
7+
- Introduced nginx server as reverse proxy and TLS
8+
- Optimized pipelines and quantized model from FP32 to INT8.
9+
- Enabled support for GenICam compliant GIGe/USB Cameras using Intel’s gencamsrc gStreamer plugin
10+
11+
---
12+
313
## v2.4.0 (August 2025)
414

515
### Updates

manufacturing-ai-suite/industrial-edge-insights-vision/apps/pcb-anomaly-detection/RELEASE_NOTES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## v1.1.0 (Upcoming release)
4+
5+
### Updates
6+
- Consumed latest DL Streamer Pipeline Server version 2025.2
7+
- Introduced nginx server as reverse proxy and TLS
8+
- Optimized pipelines.
9+
10+
---
11+
312
## 1.0.0 (August 2025)
413

514
### Updates

manufacturing-ai-suite/industrial-edge-insights-vision/apps/weld-porosity/RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Release Notes
22

3+
## v1.3.0 (Upcoming release)
4+
5+
### Updates
6+
- Consumed latest DL Streamer Pipeline Server version 2025.2
7+
- Introduced nginx server as reverse proxy and TLS
8+
- Optimized pipelines.
9+
10+
---
11+
312
## v1.2.0 (August 2025)
413

514
### Updates
615
- Consumed latest DL Streamer Pipeline Server version 3.1.0.
716
- Model Registry is now accessed as environment variables.
817
- Redesigned based on common application template for manufacturing ai suite.
918

19+
---
20+
1021
## v1.1.0 (April 2025)
1122

1223
### Updates

manufacturing-ai-suite/industrial-edge-insights-vision/apps/worker-safety-gear-detection/RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes
22

3+
## v1.1.0 (Upcoming release)
4+
5+
### Updates
6+
- Consumed latest DL Streamer Pipeline Server version 2025.2
7+
- Introduced nginx server as reverse proxy and TLS
8+
- Optimized pipelines and quantized model from FP32 to INT8.
9+
- Enabled support for GenICam compliant GIGe/USB Cameras using Intel’s gencamsrc gStreamer plugin
10+
11+
---
12+
313
## v1.0.0 (August 2025)
414

515
### Updates

manufacturing-ai-suite/industrial-edge-insights-vision/docs/pallet-defect-detection/how-to-benchmark.md renamed to manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-benchmark.md

File renamed without changes.

0 commit comments

Comments
 (0)