Skip to content

Commit ddc3a5f

Browse files
authored
[Manufacturing and Metro apps] Doc fixes and script updates (#1165)
1 parent 13e5ad5 commit ddc3a5f

File tree

21 files changed

+89
-43
lines changed

21 files changed

+89
-43
lines changed

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/how-to-use-gpu-for-inference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/gpu_device_select
3333
### GPU specific element properties
3434
DL Streamer inference elements also provides property such as `device=GPU` and `pre-process-backend=va-surface-sharing` to infer and pre-process on GPU. Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/model_preparation.html#model-pre-and-post-processing) for more.
3535

36+
### Selecting the GPU render device of your choice if there is more than one GPU device on the system
37+
If you have multiple GPUs (integrated/discrete), please follow [this](https://dlstreamer.github.io/dev_guide/gpu_device_selection.html) DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.
38+
3639
## Tutorial on how to use GPU specific pipelines
3740

3841
> Note - This sample application already provides a default `docker-compose.yml` file that includes the necessary GPU access to the containers.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This page provides detailed hardware, software, and platform requirements to hel
2424
**Required Software**:
2525
- Docker 27.3.1 or higher
2626
- Python 3.10+
27-
27+
- Git, jq, unzip
2828

2929
## Validation
3030
- Ensure all required software are installed and configured before proceeding to [Get Started](./get-started.md).

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/how-to-use-gpu-for-inference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/gpu_device_select
3333
### GPU specific element properties
3434
DL Streamer inference elements also provides property such as `device=GPU` and `pre-process-backend=va-surface-sharing` to infer and pre-process on GPU. Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/model_preparation.html#model-pre-and-post-processing) for more.
3535

36+
### Selecting the GPU render device of your choice if there is more than one GPU device on the system
37+
If you have multiple GPUs (integrated/discrete), please follow [this](https://dlstreamer.github.io/dev_guide/gpu_device_selection.html) DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.
38+
3639
## Tutorial on how to use GPU specific pipelines
3740

3841
> Note - This sample application already provides a default `docker-compose.yml` file that includes the necessary GPU access to the containers.

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This page provides detailed hardware, software, and platform requirements to hel
2424
**Required Software**:
2525
- Docker 27.3.1 or higher
2626
- Python 3.10+
27-
27+
- Git, jq, unzip
2828

2929
## Validation
3030
- Ensure all required software are installed and configured before proceeding to [Get Started](./get-started.md).

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/how-to-use-gpu-for-inference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/gpu_device_select
3333
### GPU specific element properties
3434
DL Streamer inference elements also provides property such as `device=GPU` and `pre-process-backend=va-surface-sharing` to infer and pre-process on GPU. Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/model_preparation.html#model-pre-and-post-processing) for more.
3535

36+
### Selecting the GPU render device of your choice if there is more than one GPU device on the system
37+
If you have multiple GPUs (integrated/discrete), please follow [this](https://dlstreamer.github.io/dev_guide/gpu_device_selection.html) DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.
38+
3639
## Tutorial on how to use GPU specific pipelines
3740

3841
> Note - This sample application already provides a default `docker-compose.yml` file that includes the necessary GPU access to the containers.

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This page provides detailed hardware, software, and platform requirements to hel
2424
**Required Software**:
2525
- Docker 27.3.1 or higher
2626
- Python 3.10+
27-
27+
- Git, jq, unzip
2828

2929
## Validation
3030
- Ensure all required software are installed and configured before proceeding to [Get Started](./get-started.md).

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/gpu_device_select
3333
### GPU specific element properties
3434
DL Streamer inference elements also provides property such as `device=GPU` and `pre-process-backend=va-surface-sharing` to infer and pre-process on GPU. Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/model_preparation.html#model-pre-and-post-processing) for more.
3535

36+
### Selecting the GPU render device of your choice if there is more than one GPU device on the system
37+
If you have multiple GPUs (integrated/discrete), please follow [this](https://dlstreamer.github.io/dev_guide/gpu_device_selection.html) DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.
38+
3639
## Tutorial on how to use GPU specific pipelines
3740

3841
> Note - This sample application already provides a default `docker-compose.yml` file that includes the necessary GPU access to the containers.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This page provides detailed hardware, software, and platform requirements to hel
2424
**Required Software**:
2525
- Docker 27.3.1 or higher
2626
- Python 3.10+
27-
27+
- Git, jq, unzip
2828

2929
## Validation
3030
- Ensure all required software are installed and configured before proceeding to [Get Started](./get-started.md).

metro-ai-suite/metro-vision-ai-app-recipe/loitering-detection/docs/user-guide/get-started.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,7 @@ Enable running docker without "sudo": [Post Install](https://docs.docker.com/eng
4343
```bash
4444
./install.sh loitering-detection
4545
```
46-
47-
<details>
48-
<summary>
49-
Specify Custom Host IP Address (Advanced Configuration)
50-
</summary>
51-
52-
For environments requiring a specific host IP address (such as when using Edge Manageability Toolkit or deploying across different network interfaces), you can explicitly specify the IP address:
53-
54-
```bash
55-
./install.sh loitering-detection <HOST_IP>
56-
```
57-
Replace `<HOST_IP>` with your target IP address.
58-
59-
</details>
60-
46+
Note: For environments requiring a specific host IP address (such as when using Edge Manageability Toolkit or deploying across different network interfaces), you can explicitly specify the IP address (Replace `<HOST_IP>` with your target IP address.): `./install.sh loitering-detection <HOST_IP>`
6147

6248
## Run the application
6349

metro-ai-suite/metro-vision-ai-app-recipe/loitering-detection/docs/user-guide/how-to-use-gpu-for-inference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/gpu_device_select
3333
### GPU specific element properties
3434
DL Streamer inference elements also provides property such as `device=GPU` and `pre-process-backend=va-surface-sharing` to infer and pre-process on GPU. Read DL Streamer [docs](https://dlstreamer.github.io/dev_guide/model_preparation.html#model-pre-and-post-processing) for more.
3535

36+
### Selecting the GPU render device of your choice if there is more than one GPU device on the system
37+
If you have multiple GPUs (integrated/discrete), please follow [this](https://dlstreamer.github.io/dev_guide/gpu_device_selection.html) DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.
38+
3639
## Tutorial on how to use GPU specific pipelines
3740

3841
> Note - This sample application already provides a default `compose-without-scenescape.yml` file that includes the necessary GPU access to the containers.

0 commit comments

Comments
 (0)