diff --git a/docs/data-ai/ai/deploy.md b/docs/data-ai/ai/deploy.md index 5941195188..52d95160ee 100644 --- a/docs/data-ai/ai/deploy.md +++ b/docs/data-ai/ai/deploy.md @@ -18,6 +18,13 @@ aliases: - /ml/upload-model/ - /services/ml/ml-models/ - /registry/ml-models/ + - /manage/ml/ + - /how-tos/deploy-ml/ + - /how-tos/train-deploy-ml/ + - /ml/deploy/ + - /ml/ + - /services/ml/deploy/ + - /how-tos/deploy-ml/ --- The Machine Learning (ML) model service allows you to deploy [machine learning models](/data-ai/ai/deploy/#deploy-your-ml-model) to your machine. diff --git a/docs/data-ai/ai/run-inference.md b/docs/data-ai/ai/run-inference.md index b3631f7a24..e84fe1d5bb 100644 --- a/docs/data-ai/ai/run-inference.md +++ b/docs/data-ai/ai/run-inference.md @@ -7,7 +7,9 @@ type: "docs" modulescript: true aliases: - /how-tos/detect-people/ + - /get-started/detect-people/ - /how-tos/detect-color/ + - /get-started/quickstarts/detect-people/ description: "Run inference on a model with a vision service or an SDK." --- diff --git a/docs/data-ai/ai/train-tflite.md b/docs/data-ai/ai/train-tflite.md index bc05de95df..aeb6e66780 100644 --- a/docs/data-ai/ai/train-tflite.md +++ b/docs/data-ai/ai/train-tflite.md @@ -16,9 +16,6 @@ aliases: - /data-management/data-management-tutorial/ - /tutorials/services/data-management-tutorial/ - /tutorials/services/data-mlmodel-tutorial/ - - /tutorials/projects/filtered-camera/ - - /how-tos/deploy-ml/ - - /how-tos/train-deploy-ml/ languages: [] viamresources: ["data_manager", "mlmodel", "vision"] platformarea: ["ml"] diff --git a/docs/data-ai/capture-data/capture-sync.md b/docs/data-ai/capture-data/capture-sync.md index f412181305..7e5c3b065d 100644 --- a/docs/data-ai/capture-data/capture-sync.md +++ b/docs/data-ai/capture-data/capture-sync.md @@ -22,10 +22,9 @@ aliases: - /manage/data-management/ - /services/data-management/ - /manage/data/ - - "/data-management/" - - "/data-management/" - - "/services/data/" - - "/data/" + - /data-management/ + - /services/data/ + - /data/ - /manage/data/export/ - /data/export/ - /services/data/export/ @@ -33,6 +32,10 @@ aliases: - /data/view/ - /services/data/view/ - /how-tos/collect-data/ + - /how-tos/collect-sensor-data/ + - /get-started/quickstarts/collect-data/ + - /use-cases/collect-sensor-data/ + - /use-cases/image-data/ --- You can use the data management service to capture and sync data from your machine to the cloud. diff --git a/docs/data-ai/capture-data/filter-before-sync.md b/docs/data-ai/capture-data/filter-before-sync.md index a55e4d6e49..1bb3fcdde6 100644 --- a/docs/data-ai/capture-data/filter-before-sync.md +++ b/docs/data-ai/capture-data/filter-before-sync.md @@ -7,6 +7,7 @@ type: "docs" description: "Use filtering to collect and sync only certain images." aliases: - /how-tos/image-data/ + - /tutorials/projects/filtered-camera/ --- You can use filtering to selectively capture images using a machine learning (ML) model, for example to only capture images with people or specific objects in them.