Skip to content

Commit a17ecb4

Browse files
authored
[DOCS] [IRD Vision] model paths in docs updated to latest (open-edge-platform#2159)
1 parent c8e0aca commit a17ecb4

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ Applications can take advantage of S3 publish feature from DL Streamer Pipeline
807807
>NOTE- For sake of simplicity, we assume that the new model has already been downloaded by Model Download microservice. The following curl command is only a simulation that just downloads the model. In production, however, they will be downloaded by the Model Download service.
808808
809809
```sh
810-
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/1d40dfe1791d44e8cf6e8472c28c034e40fa508d/models/INT8/pallet_defect_detection.zip'
810+
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/06bb0d621cb14a1791672552a538beddddcc4066/models/INT8/pallet_defect_detection.zip'
811811
812812
curl -L "$MODEL_URL" -o "$(basename $MODEL_URL)"
813813

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Applications can take advantage of S3 publish feature from DL Streamer Pipeline
409409
>NOTE- For sake of simplicity, we assume that the new model has already been downloaded by Model Download microservice. The following curl command is only a simulation that just downloads the model. In production, however, they will be downloaded by the Model Download service.
410410
411411
```sh
412-
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/1d40dfe1791d44e8cf6e8472c28c034e40fa508d/models/INT8/pallet_defect_detection.zip'
412+
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/06bb0d621cb14a1791672552a538beddddcc4066/models/INT8/pallet_defect_detection.zip'
413413
414414
curl -L "$MODEL_URL" -o "$(basename $MODEL_URL)"
415415

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/release-notes/march-2026.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
- MLOps is now demonstrated with Model Download microservice instead of Model Registry
99
- Removed Model Registry service and its references
1010
- NGINX,COTURN and MINIO ports made configurable as environment variables
11-
- Consumed latest DL Streamer Pipeline Server 2026.0.0 image. Ubuntu24 variant of the image is default now.
11+
- Consumed latest DL Streamer Pipeline Server 2026.0.0 image. Ubuntu24 variant of the image is default now.
12+
- Model changed from FP16 to INT8

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/get-started/deploy-multiple-instances-with-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ Applications can take advantage of S3 publish feature from DL Streamer Pipeline
821821
>NOTE- For sake of simplicity, we assume that the new model has already been downloaded by Model Download microservice. The following curl command is only a simulation that just downloads the model. In production, however, they will be downloaded by the Model Download service.
822822
823823
```sh
824-
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/1d40dfe1791d44e8cf6e8472c28c034e40fa508d/models/INT8/worker-safety-gear-detection.zip'
824+
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/06bb0d621cb14a1791672552a538beddddcc4066/models/INT8/worker-safety-gear-detection.zip'
825825

826826
curl -L "$MODEL_URL" -o "$(basename $MODEL_URL)"
827827

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Applications can take advantage of S3 publish feature from DL Streamer Pipeline
394394
>NOTE- For sake of simplicity, we assume that the new model has already been downloaded by Model Download microservice. The following curl command is only a simulation that just downloads the model. In production, however, they will be downloaded by the Model Download service.
395395

396396
```sh
397-
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/1d40dfe1791d44e8cf6e8472c28c034e40fa508d/models/INT8/worker-safety-gear-detection.zip'
397+
export MODEL_URL='https://github.com/open-edge-platform/edge-ai-resources/raw/06bb0d621cb14a1791672552a538beddddcc4066/models/INT8/worker-safety-gear-detection.zip'
398398
399399
curl -L "$MODEL_URL" -o "$(basename $MODEL_URL)"
400400

0 commit comments

Comments
 (0)