Skip to content

Commit c8e0aca

Browse files
[DOCS] Fix broken references in IEI Vision docs (open-edge-platform#2161)
Signed-off-by: Sebastian Golebiewski <sebastianx.golebiewski@intel.com>
1 parent 8eb9ba3 commit c8e0aca

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This section collects guides for Pallet Defect Detection sample application.
2929
./how-to-guides/run-multiple-ai-pipelines
3030
./how-to-guides/use-gpu-for-inference
3131
./how-to-guides/use-npu-for-inference
32+
./how-to-guides/export-and-optimize-geti-model
3233
./how-to-guides/use-your-ai-model-and-video
3334
./how-to-guides/change-input-video-source
3435
./how-to-guides/scale-video-resolution

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defects before they impact operations.
2424
## How It Works
2525

2626
This sample application consists of the following microservices:
27-
DL Streamer Pipeline Server, MediaMTX server,Coturn server,
27+
DL Streamer Pipeline Server, MediaMTX server,Coturn server,
2828
Open Telemetry Collector, Prometheus and Minio.
2929

3030
You start the pallet defect detection pipeline with a REST request using Client URL (cURL).
@@ -35,9 +35,9 @@ facilitate NAT traversal and ensure that the webrtc stream is accessible on a no
3535
browser client and helps in cases where firewall is enabled. DL Streamer Pipeline Server
3636
also sends the images to S3 compliant storage. The Open Telemetry Data exported by
3737
DL Streamer Pipeline Server to Open Telemetry Collector is scraped by Prometheus and can
38-
be seen on Prometheus UI. Any desired AI model from supported OpenVINO public models and
38+
be seen on Prometheus UI. Any desired AI model from supported OpenVINO public models and
3939
Geti trained models can be downloaded with the help of Model Download Microservice
40-
and can be made available to DL Streamer Pipeline Server for inference in the
40+
and can be made available to DL Streamer Pipeline Server for inference in the
4141
sample application.
4242

4343
![architecture and high-level representation of the flow of data through the architecture](./_assets/industrial-edge-insights-vision-architecture.drawio.svg)
@@ -84,7 +84,6 @@ get-started
8484
how-to-guides
8585
api-reference
8686
troubleshooting
87-
export-and-optimize-geti-model
8887
release-notes
8988
9089
:::

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/how-to-guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ This section collects guides for Worker Safety Gear Detection sample application
2929
./how-to-guides/run-multiple-ai-pipelines
3030
./how-to-guides/use-gpu-for-inference
3131
./how-to-guides/use-npu-for-inference
32+
./how-to-guides/export-and-optimize-geti-model
3233
./how-to-guides/use-your-ai-model-and-video
3334
./how-to-guides/change-input-video-source
3435
./how-to-guides/scale-video-resolution

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ detecting safety gear related risks before they can impact operations.
2424
## How It Works
2525

2626
This sample application consists of the following microservices:
27-
DL Streamer Pipeline Server, MediaMTX server, Coturn server,
27+
DL Streamer Pipeline Server, MediaMTX server, Coturn server,
2828
Open Telemetry Collector, Prometheus and Minio.
2929

3030
You start the worker safety gear detection pipeline with a REST request using Client URL
@@ -35,9 +35,9 @@ used to facilitate NAT traversal and ensure that the webrtc stream is accessible
3535
non-native browser client and helps in cases where firewall is enabled.
3636
DL Streamer Pipeline Server also sends the images to S3 compliant storage.
3737
The Open Telemetry Data exported by DL Streamer Pipeline Server to Open Telemetry Collector
38-
is scraped by Prometheus and can be seen on Prometheus UI. Any desired AI model from supported
39-
OpenVINO public models and Geti trained models can be downloaded with the help of Model Download
40-
Microservice and can be made available to DL Streamer Pipeline Server for inference in the
38+
is scraped by Prometheus and can be seen on Prometheus UI. Any desired AI model from supported
39+
OpenVINO public models and Geti trained models can be downloaded with the help of Model Download
40+
Microservice and can be made available to DL Streamer Pipeline Server for inference in the
4141
sample application.
4242

4343
![architecture and high-level representation of the flow of data through the architecture](./_assets/industrial-edge-insights-vision-architecture.drawio.svg)
@@ -91,7 +91,6 @@ get-started
9191
how-to-guides
9292
api-reference
9393
troubleshooting
94-
export-and-optimize-geti-model
9594
release-notes
9695
9796
:::

0 commit comments

Comments
 (0)