Skip to content

Commit e462fe6

Browse files
authored
[DLStreamer] Fix broken links in documentations (open-edge-platform#175)
1 parent ade8061 commit e462fe6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

libraries/dl-streamer/docs/scripts/all_models.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ clip-vit-base-patch32:
55
task_type: lvm
66
readme: https://huggingface.co/openai/clip-vit-base-patch32
77
source_readme: https://huggingface.co/openai/clip-vit-base-patch32
8-
labels-file:
8+
labels-file:
99
model-proc: not required
1010
clip-vit-base-patch16:
1111
source: public
1212
format: pytorch
1313
task_type: lvm
1414
readme: https://huggingface.co/openai/clip-vit-base-patch16
1515
source_readme: https://huggingface.co/openai/clip-vit-base-patch16
16-
labels-file:
16+
labels-file:
1717
model-proc: not required
1818
clip-vit-large-patch14:
1919
source: public
2020
format: pytorch
2121
task_type: lvm
2222
readme: https://huggingface.co/openai/clip-vit-large-patch14
2323
source_readme: https://huggingface.co/openai/clip-vit-large-patch14
24-
labels-file:
24+
labels-file:
2525
model-proc: not required
2626
YOLOv5:
2727
source: public
@@ -81,7 +81,7 @@ YOLO11:
8181
format: pytorch
8282
task_type: detection
8383
readme: https://dlstreamer.github.io/dev_guide/yolo_models.html
84-
source_readme: https://docs.ultralytics.com/tasks/detect/
84+
source_readme: https://docs.ultralytics.com/tasks/detect/
8585
model-proc: not required
8686
YOLOX:
8787
source: public
@@ -97,15 +97,15 @@ CenterFace:
9797
task_type: detection
9898
readme: https://github.com/Star-Clouds/CenterFace/tree/master
9999
source_readme: https://github.com/Star-Clouds/CenterFace/tree/master
100-
labels-file:
100+
labels-file:
101101
model-proc: not required
102102
HSEmotion:
103103
source: public
104104
format: onnx
105105
task_type: emotion recognition
106106
readme: https://github.com/av-savchenko/face-emotion-recognition/tree/main
107107
source_readme: https://github.com/av-savchenko/face-emotion-recognition/tree/main
108-
labels-file:
108+
labels-file:
109109
model-proc: not required
110110

111111
mask_rcnn_inception_resnet_v2_atrous_coco:
@@ -2700,7 +2700,7 @@ mobilenet-yolo-v4-syg:
27002700
paper of MobileNetV2<https://arxiv.org/abs/1801.04381> and YOLOv4<https://arxiv.org/abs/2004.10934>
27012701
license: https://raw.githubusercontent.com/david8862/keras-YOLOv3-model-set/master/LICENSE
27022702
mAP: 86.35%
2703-
model-proc: https://github.com/open-edge-platform/edge-ai-libraries/tree/main/libraries/dl-streamer/samples/gstreamer/model_proc/public/mobilenet-yolo-v4-syg.json
2703+
model-proc: https://github.com/open-edge-platform/edge-ai-libraries/blob/main/libraries/dl-streamer/samples/gstreamer/model_proc/public/mobilenet-yolo-v4-syg.json
27042704
name: mobilenet-yolo-v4-syg
27052705
openvino_devices: CPU
27062706
readme: https://github.com/openvinotoolkit/open_model_zoo/tree/master//models/public/mobilenet-yolo-v4-syg

libraries/dl-streamer/docs/source/get_started/install/install_guide_ubuntu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Step 3: Install Intel® DL Streamer Pipeline Framework
133133
**Congratulations! Intel® DL Streamer is now installed and ready for use!**
134134

135135

136-
To see the full list of installed components check the `dockerfile content for Ubuntu24 <https://raw.githubusercontent.com/open-edge-platform/edge-ai-libraries/refs/heads/main/libraries/dl-streamer/docker/dlstreamer_dev_ubuntu24.Dockerfile>`__
136+
To see the full list of installed components check the `Dockerfile content for Ubuntu 24 <https://github.com/open-edge-platform/edge-ai-libraries/blob/main/libraries/dl-streamer/docker/devel/ubuntu24/dlstreamer_dev_ubuntu24.Dockerfile>`__
137137

138138

139139
[Optional] Step 4: Python dependencies

tools/geti

Submodule geti updated 1180 files

0 commit comments

Comments
 (0)