Skip to content

DOCS-4086: code samples for building a good dataset #4413

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fcdac53
DOCS-4086: code samples for building a good dataset
nathan-contino Jun 25, 2025
ce48bc1
Lint code samples
nathan-contino Jun 25, 2025
a67c831
Fix broken link
nathan-contino Jun 25, 2025
24275fd
Fix missing path, elongate description
nathan-contino Jun 25, 2025
7ee9e5f
Fix most markdownlint complaints
nathan-contino Jun 25, 2025
09ba15a
Merge branch 'main' into DOCS-4086-build-good-dataset
nathan-contino Jun 25, 2025
fc6cb9c
Fix more linter errors
nathan-contino Jun 25, 2025
a4e38dc
Apply suggestions from code review
nathan-contino Jun 26, 2025
6a5f3fe
Implement additional docs feedback
nathan-contino Jun 26, 2025
9fdd043
add more links
nathan-contino Jun 26, 2025
2cfdde6
Fix lint errors, update capture examples
nathan-contino Jun 26, 2025
332949c
remove duplicate blank lines
nathan-contino Jun 26, 2025
bebdd3d
Fix prettier issues
nathan-contino Jun 26, 2025
377d432
fix link
nathan-contino Jun 26, 2025
c7276df
Make it easier to reach subsequent guide pages from create dataset page
nathan-contino Jun 26, 2025
f8e3f60
Slight rewords to address remaining feedback on annotation SDK snippets
nathan-contino Jun 26, 2025
f6022f8
Apply suggestions from code review
nathan-contino Jun 30, 2025
4205f6a
Update docs/data-ai/_index.md
nathan-contino Jun 30, 2025
a9c56a7
Update docs/data-ai/_index.md
nathan-contino Jun 30, 2025
d26e7c0
Implement naomi feedback
nathan-contino Jun 30, 2025
dfceaf7
Fix consecutive blank lines
nathan-contino Jun 30, 2025
c6ff8ae
Apply suggestions from code review
nathan-contino Jul 1, 2025
9a222f8
Update docs/data-ai/train/create-dataset.md
nathan-contino Jul 1, 2025
046d6ed
Move annotate single step to annotate page
nathan-contino Jul 1, 2025
b40c713
Delete duplicate newline
nathan-contino Jul 1, 2025
6450cb3
Add newline
nathan-contino Jul 1, 2025
9f3126c
Update docs/data-ai/train/capture-annotate-images.md
nathan-contino Jul 1, 2025
7e864d2
Fix typo
nathan-contino Jul 1, 2025
b9d08b4
Clean up tag verbiage
nathan-contino Jul 1, 2025
1873f7f
Verbiage improvement
nathan-contino Jul 1, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/update_sdk_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
"frame": "/services/frame-system/",
"Viam app": "https://app.viam.com/",
"organization settings page": "/manage/reference/organize/",
"image tags": "/data-ai/ai/create-dataset/#label-your-images",
"image tags": "/data-ai/train/create-dataset/#label-your-images",
"API key": "/fleet/cli/#authenticate",
"board model": "/dev/reference/apis/components/board/"
}
Expand Down
18 changes: 13 additions & 5 deletions docs/data-ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ You can also monitor your machines through teleop, power your application logic,

<div class="hoveraction">

{{< how-to-expand "Capture data" "3" "BEGINNER-FRIENDLY" "" "data-platform-capture" >}}
{{< how-to-expand "Capture data" "4" "BEGINNER-FRIENDLY" "" "data-platform-capture" >}}
{{< cards >}}
{{% card link="/data-ai/capture-data/capture-sync/" noimage="true" %}}
{{% card link="/data-ai/capture-data/filter-before-sync/" noimage="true" %}}
{{% card link="/data-ai/capture-data/conditional-sync/" noimage="true" %}}
{{% card link="/data-ai/capture-data/lorawan/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

Expand All @@ -42,11 +43,18 @@ You can also monitor your machines through teleop, power your application logic,
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Leverage AI" "8" "INTERMEDIATE" "" "data-platform-ai" >}}
{{< how-to-expand "Train an ML model" "5" "INTERMEDIATE" "" "data-platform-ai" >}}
{{< cards >}}
{{% card link="/data-ai/train/create-dataset/" noimage="true" %}}
{{% card link="/data-ai/train/capture-annotate-images/" noimage="true" %}}
{{% card link="/data-ai/train/train-tflite/" noimage="true" %}}
{{% card link="/data-ai/train/train/" noimage="true" %}}
{{% card link="/data-ai/train/upload-external-data/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Infer with ML models" "4" "INTERMEDIATE" "" "data-platform-ai" >}}
{{< cards >}}
{{% card link="/data-ai/ai/create-dataset/" noimage="true" %}}
{{% card link="/data-ai/ai/train-tflite/" noimage="true" %}}
{{% card link="/data-ai/ai/train/" noimage="true" %}}
{{% card link="/data-ai/ai/deploy/" noimage="true" %}}
{{% card link="/data-ai/ai/run-inference/" noimage="true" %}}
{{% card link="/data-ai/ai/alert/" noimage="true" %}}
Expand Down
4 changes: 2 additions & 2 deletions docs/data-ai/ai/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
linkTitle: "Leverage AI"
title: "Leverage AI"
linkTitle: "Infer with ML models"
title: "Infer with ML models"
weight: 300
layout: "empty"
type: "docs"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-ai/ai/act.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ weight: 70
layout: "docs"
type: "docs"
description: "Use the vision service API to act based on inferences."
next: "/data-ai/ai/advanced/upload-external-data/"
next: "/data-ai/train/upload-external-data/"
---

You can use the [vision service API](/dev/reference/apis/services/vision/) to get information about your machine's inferences and program behavior based on that.
Expand Down
8 changes: 0 additions & 8 deletions docs/data-ai/ai/advanced/_index.md

This file was deleted.

Loading
Loading