Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link structure for vision models and add generic alias #3888

Merged
merged 6 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/data-ai/ai/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ aliases:
- /ml/upload-model/
- /services/ml/ml-models/
- /registry/ml-models/
- /services/ml/deploy/
---

The Machine Learning (ML) model service allows you to deploy [machine learning models](/data-ai/ai/deploy/#deploy-your-ml-model) to your machine.
Expand Down
2 changes: 2 additions & 0 deletions docs/data-ai/ai/run-inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ modulescript: true
aliases:
- /how-tos/detect-people/
- /how-tos/detect-color/
- /services/vision/
- /ml/vision/
description: "Run inference on a model with a vision service or an SDK."
---

Expand Down
1 change: 1 addition & 0 deletions docs/dev/reference/apis/services/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ images: ["/icons/components/generic.svg"]
date: "2022-01-01"
aliases:
- /appendix/apis/services/generic/
- /services/generic/
# updated: "" # When the content was last entirely checked
---

Expand Down
12 changes: 5 additions & 7 deletions docs/dev/reference/apis/services/vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ type: "docs"
tags: ["vision", "computer vision", "CV", "services"]
description: "Give commands to get detections, classifications, or point cloud objects, depending on the ML model the vision service is using."
aliases:
- /services/vision/
- /ml/vision/detection/
- /ml/vision/classification/
- /ml/vision/segmentation/
- /services/vision/segmentation/
- /ml/vision/
- /appendix/apis/services/vision/
- /appendix/apis/services/vision/
- /ml/vision/detection/
- /ml/vision/classification/
- /ml/vision/segmentation/
- /services/vision/segmentation/
icon: true
images: ["/services/icons/vision.svg"]
tags: ["vision", "computer vision", "CV", "services"]
Expand Down
22 changes: 3 additions & 19 deletions docs/operate/reference/services/vision/_index.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
---
title: "Vision Service"
linkTitle: "Vision Service"
weight: 20
weight: 30
sguequierre marked this conversation as resolved.
Show resolved Hide resolved
type: "docs"
description: "The vision service enables your machine to use its on-board cameras to intelligently see and interpret the world around it."
icon: true
images: ["/services/icons/vision.svg"]
tags: ["vision", "computer vision", "CV", "services"]
no_list: true
modulescript: true
hide_children: true
aliases:
- "/services/vision/"
- "/ml/vision/detection/"
- "/ml/vision/classification/"
- "/ml/vision/segmentation/"
- "/services/vision/segmentation/"
- /ml/vision/
date: "2022-01-01"
# updated: "" # When the content was last entirely checked
# SMEs: Bijan, Khari
toc_hide: true
layout: "empty"
canonical: "/data-ai/ai/run-inference/"
---
Loading