Skip to content

Commit f4cf654

Browse files
[DOCS] Update refs to release branch - Metro part 2
1 parent 5fc8948 commit f4cf654

File tree

15 files changed

+30
-30
lines changed

15 files changed

+30
-30
lines changed

education-ai-suite/smart-classroom/docs/user-guide/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Download from [https://ffmpeg.org/download.html](https://ffmpeg.org/download.htm
1414

1515
Download the archive from [DL Streamer assets on GitHub](https://github.com/open-edge-platform/edge-ai-libraries/releases) Extract to a new folder, for example `C:\\dlstreamer_dlls`.
1616

17-
For details, refer to [Install Guide](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dl-streamer/get_started/install/install_guide_windows.html).
17+
For details, refer to [Install Guide](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dl-streamer/get_started/install/install_guide_windows.html).
1818

1919
**Run your shell with admin privileges before starting the application**
2020

@@ -57,7 +57,7 @@ asr:
5757
temperature: 0.0
5858

5959
summarizer:
60-
provider: openvino
60+
provider: openvino
6161
name: Qwen/Qwen2-7B-Instruct # Examples: Qwen/Qwen1.5-7B-Chat, Qwen/Qwen2-7B-Instruct, Qwen/Qwen2.5-7B-Instruct
6262
device: GPU # Options: GPU or CPU
6363
weight_format: int8 # Supported: fp16, fp32, int4, int8
@@ -81,7 +81,7 @@ asr:
8181
Activate the environment before running the application:
8282

8383
```bash
84-
smartclassroom\Scripts\activate
84+
smartclassroom\Scripts\activate
8585
```
8686

8787
Run the backend:

metro-ai-suite/live-video-analysis/live-video-captioning/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By following this guide, you will learn how to:
1212
- Verify that your system meets the minimum requirements. See [System Requirements](./get-started/system-requirements.md) for details.
1313
- Install Docker: [Installation Guide](https://docs.docker.com/get-docker/).
1414
- Install Docker Compose: [Installation Guide](https://docs.docker.com/compose/install/).
15-
- RTSP stream source (live camera or test feed). Please refer to this [guide](https://github.com/open-edge-platform/scenescape/tree/main/tools/streamer) to create simulated RTSP test feed stram using exisiting video files.
15+
- RTSP stream source (live camera or test feed). Please refer to this [guide](https://github.com/open-edge-platform/scenescape/tree/release-2026.0/tools/streamer) to create simulated RTSP test feed stram using exisiting video files.
1616
- OpenVINO-compatible VLM in `ov_models/`. User may use the [script](../../download_models.sh) provided to prepare the model.
1717
- OpenVINO-compatible Object Detection Models in `ov_detection_models/`. This is only required
1818
when object detection in the pipeline is enabled. Please refer to the [Object Detection Pipeline configuration](./object-detection-pipeline.md) guide for information on how to enable it.

metro-ai-suite/metro-sdk-manager/docs/user-guide/metro-vision-ai-sdk/get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,17 @@ Profiling and monitoring performance of Metro Vision AI workloads using command-
156156

157157
### Technical Documentation
158158

159-
- [DL Streamer](http://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dl-streamer/index.html)
159+
- [DL Streamer](http://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dl-streamer/index.html)
160160
\- Comprehensive documentation for Intel's GStreamer-based video analytics framework
161-
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer-pipeline-server/index.html)
161+
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer-pipeline-server/index.html)
162162
\- RESTful microservice architecture documentation for scalable video analytics deployment
163163
- [OpenVINO](https://docs.openvino.ai/2025/get-started.html)
164164
\- Complete reference for Intel's cross-platform inference optimization toolkit
165165
- [OpenVINO Model Server](https://docs.openvino.ai/2025/model-server/ovms_what_is_openvino_model_server.html)
166166
\- Model serving infrastructure documentation for production deployments
167-
- [Edge AI Libraries](https://docs.openedgeplatform.intel.com/dev/ai-libraries.html)
167+
- [Edge AI Libraries](https://docs.openedgeplatform.intel.com/2026.0/ai-libraries.html)
168168
\- Comprehensive development toolkit documentation and API references
169-
- [Edge AI Suites](https://docs.openedgeplatform.intel.com/dev/ai-suite-metro.html)
169+
- [Edge AI Suites](https://docs.openedgeplatform.intel.com/2026.0/ai-suite-metro.html)
170170
\- Complete application suite documentation with implementation examples
171171

172172
### Support Channels

metro-ai-suite/metro-sdk-manager/docs/user-guide/visual-ai-demo-kit/get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,17 +175,17 @@ Create compelling visualization experiences for your AI applications. This tutor
175175

176176
### Technical Documentation
177177

178-
- [DL Streamer](http://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dl-streamer/index.html)
178+
- [DL Streamer](http://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dl-streamer/index.html)
179179
\- Comprehensive documentation for Intel's GStreamer-based video analytics framework
180-
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer-pipeline-server/index.html)
180+
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer-pipeline-server/index.html)
181181
\- RESTful microservice architecture documentation for scalable video analytics deployment
182182
- [OpenVINO](https://docs.openvino.ai/2025/get-started.html)
183183
\- Complete reference for Intel's cross-platform inference optimization toolkit
184184
- [OpenVINO Model Server](https://docs.openvino.ai/2025/model-server/ovms_what_is_openvino_model_server.html)
185185
\- Model serving infrastructure documentation for production deployments
186-
- [Edge AI Libraries](https://docs.openedgeplatform.intel.com/dev/ai-libraries.html)
186+
- [Edge AI Libraries](https://docs.openedgeplatform.intel.com/2026.0/ai-libraries.html)
187187
\- Comprehensive development toolkit documentation and API references
188-
- [Edge AI Suites](https://docs.openedgeplatform.intel.com/dev/ai-suite-metro.html)
188+
- [Edge AI Suites](https://docs.openedgeplatform.intel.com/2026.0/ai-suite-metro.html)
189189
\- Complete application suite documentation with implementation examples
190190

191191
### Support Channels

metro-ai-suite/metro-vision-ai-app-recipe/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The key features are:
1717

1818
| | | |
1919
|:-------------|:------------|:-----------|
20-
| [Smart Intersection Management (includes optional Scenescape components)](./smart-intersection/) | AI-driven traffic flow optimization and intersection monitoring. | [Documentation](https://docs.openedgeplatform.intel.com/dev/edge-ai-suites/smart-intersection/index.html) |
21-
| [Loitering Detection](./loitering-detection) | Real-time detection of loitering behavior in transportation hubs | [Documentation](https://docs.openedgeplatform.intel.com/dev/edge-ai-suites/ai-suite-manufacturing/industrial-edge-insights-vision/pallet-defect-detection/index.html) |
22-
| [Smart Parking](./smart-parking) | Automated parking space monitoring and management. | [Documentation](https://docs.openedgeplatform.intel.com/dev/edge-ai-suites/loitering-detection/index.html) |
20+
| [Smart Intersection Management (includes optional Scenescape components)](./smart-intersection/) | AI-driven traffic flow optimization and intersection monitoring. | [Documentation](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-suites/smart-intersection/index.html) |
21+
| [Loitering Detection](./loitering-detection) | Real-time detection of loitering behavior in transportation hubs | [Documentation](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-suites/ai-suite-manufacturing/industrial-edge-insights-vision/pallet-defect-detection/index.html) |
22+
| [Smart Parking](./smart-parking) | Automated parking space monitoring and management. | [Documentation](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-suites/loitering-detection/index.html) |
2323

2424

2525
## How It Works

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ a simplified edge application deployment process.
182182

183183
## Supporting Resources
184184
- [Docker Compose Documentation](https://docs.docker.com/compose/)
185-
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer-pipeline-server/index.html)
185+
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer-pipeline-server/index.html)
186186

187187
<!--hide_directive
188188
:::{toctree}

metro-ai-suite/metro-vision-ai-app-recipe/loitering-detection/docs/user-guide/how-to-guides/customize-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ providing real-time dashboards.
2222
## DL Streamer Pipeline Server
2323

2424
> For detailed documentation on Deep Learning Streamer Pipeline Server (DL Streamer Pipeline
25-
Server), visit the [DL Streamer Pipeline Server Documentation](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer-pipeline-server/index.html).
25+
Server), visit the [DL Streamer Pipeline Server Documentation](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer-pipeline-server/index.html).
2626

2727
![Pipeline Architecture](../_assets/pipeline.png)
2828

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Examples of such elements are `vah264dec`, `vah264enc`, `vajpegdec`, `vajpegdec`
3636
Additionally, one can also enforce zero-copy of buffers using GStreamer capabilities to the
3737
pipeline by adding `video/x-raw(memory: VAMemory)` for Intel GPUs (integrated and discrete).
3838

39-
Read the DL Streamer [GPU Device Selection](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/gpu_device_selection.html) document for more details.
39+
Read the DL Streamer [GPU Device Selection](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer/dev_guide/gpu_device_selection.html) document for more details.
4040

4141
### GPU specific element properties
4242

43-
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://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/model_preparation.html#model-pre-and-post-processing) for more.
43+
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://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer/dev_guide/model_preparation.html#model-pre-and-post-processing) for more.
4444

4545
### Selecting the GPU render device of your choice if there is more than one GPU device on the system
4646

47-
If you have multiple GPUs (integrated/discrete), please follow the [GPU Device Selection](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/gpu_device_selection.html)
47+
If you have multiple GPUs (integrated/discrete), please follow the [GPU Device Selection](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer/dev_guide/gpu_device_selection.html)
4848
DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.
4949

5050
## Tutorial on how to use GPU specific pipelines

metro-ai-suite/metro-vision-ai-app-recipe/smart-intersection/docs/user-guide/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ Choose one of the following methods to deploy the Smart Intersection Sample Appl
158158
## Resources
159159

160160
- [Troubleshooting](./troubleshooting.md): Find detailed steps to resolve common issues during deployments.
161-
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer-pipeline-server/index.html): Intel microservice based on Python for video ingestion and deep learning inferencing functions.
162-
- [Intel® SceneScape](https://docs.openedgeplatform.intel.com/dev/scenescape/index.html): Intel Scene-based AI software framework.
161+
- [DL Streamer Pipeline Server](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer-pipeline-server/index.html): Intel microservice based on Python for video ingestion and deep learning inferencing functions.
162+
- [Intel® SceneScape](https://docs.openedgeplatform.intel.com/2026.0/scenescape/index.html): Intel Scene-based AI software framework.
163163

164164
<!--hide_directive
165165
:::{toctree}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Also, set `"auto_start": false` for the other pipelines in the same configuratio
2020
Start the application with:
2121
`docker compose up -d`
2222

23-
> **Note:** If you have multiple GPUs (integrated/discrete), please follow the [GPU Device Selection](https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer/dev_guide/gpu_device_selection.html) DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.
23+
> **Note:** If you have multiple GPUs (integrated/discrete), please follow the [GPU Device Selection](https://docs.openedgeplatform.intel.com/2026.0/edge-ai-libraries/dlstreamer/dev_guide/gpu_device_selection.html) DL Streamer document for selecting the GPU render device of your choice for VA codecs plugins.

0 commit comments

Comments
 (0)