-
Notifications
You must be signed in to change notification settings - Fork 45
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
DOCS-1865: Address customer feedback #2587
Merged
Merged
Changes from 3 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
aa2c5b9
DOCS-1865: Address customer feedback
npentrel 212c34f
Update _index.md
npentrel 2944043
Update _index.md
npentrel aa290a8
Update _index.md
npentrel 3873c28
Update _index.md
npentrel 4c3e6a2
Update _index.md
npentrel a7ab37c
Update _index.md
npentrel 9ec80ee
Update _index.md
npentrel b0dc22e
Update _index.md
npentrel b92aaaa
Update _index.md
npentrel d5ba345
Update _index.md
npentrel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -43,26 +43,26 @@ Viam natively supports [TensorFlow Lite](https://www.tensorflow.org/lite) ML mod | |||||
<tr> | ||||||
<th>{{<imgproc src="/ml/train.svg" class="fill alignright" style="max-width: 300px" declaredimensions=true alt="Train models">}} | ||||||
<b>3. Train or upload an ML model</b> | ||||||
<p>Use your labeled data to <a href="/ml/train-model/">train your own models</a> for object detection and classification using data from the <a href="/data/">data management service</a> or <a href="/ml/upload-model/">add an existing model</a>.</p> | ||||||
<p>Use your labeled data to <a href="/ml/train-model/">train your own models</a> for object detection and classification</a>. If you don't want to train your own model, you can also <a href="/registry/">use an ML model from the registry</a> or <a href="/ml/upload-model/">upload an existing model</a>.</p> | ||||||
npentrel marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
</th> | ||||||
</tr> | ||||||
<tr> | ||||||
<td> | ||||||
<b>4. Deploy your ML model</b> | ||||||
<p>To make use of ML models with your machine, use the built-in <a href="/ml/">ML model service</a> to deploy and run the model.</p> | ||||||
<p>To make use of ML models with your machine, you must first deploy the model using the built-in <a href="/ml/deploy/">ML model service</a>. The ML model service will run the model and allow the vision service to use it.</p> | ||||||
npentrel marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
</td> | ||||||
</tr> | ||||||
<tr> | ||||||
<td>{{<imgproc src="/ml/configure.svg" class="fill alignleft" style="max-width: 300px" declaredimensions=true alt="Configure a service">}} | ||||||
<b>5. Configure a service</b> | ||||||
<p>For object detection and classification, you can use the <a href="/ml/vision/">vision service</a>, which provides an <a href="/ml/vision/mlmodel/">ml model detector</a> and an <a href="/ml/vision/mlmodel/">ml model classifier</a> model.</p> | ||||||
<p>For other usage, you can use a <a href="/registry/">modular resource</a> to integrate it with your machine.</p> | ||||||
<b>5. Configure a vision service</b> | ||||||
<p>For object detection and classification, use the <a href="/ml/vision/mlmodel/">ML model detector</a> or the <a href="/ml/vision/mlmodel/">ML model classifier</a> from the <a href="/ml/vision/">vision service</a>. The ML model vision service uses the ML model that you deployed with the ML model service in step 4.</p> | ||||||
npentrel marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<p>If you have another use case, you can use a <a href="/registry/">modular resource</a> to create a custom ML model service or a customr vision services for your machine.</p> | ||||||
npentrel marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
</td> | ||||||
</tr> | ||||||
<tr> | ||||||
<td>{{<imgproc src="ml/deploy.svg" class="fill alignright" style="max-width: 300px" declaredimensions=true alt="Deploy your model">}} | ||||||
<b>6. Test your detector or classifier</b> | ||||||
<p>Test your <a href="/ml/vision/mlmodel/#test-your-detector-or-classifier">mlmodel detector or classifier</a>.</p> | ||||||
<p>Follow the <a href="/ml/vision/mlmodel/#test-your-detector-or-classifier">instructions to test your mlmodel detector or classifier</a>.</p> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's already very confusing for it to be named the same I'll hangen it to the code version
npentrel marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
</td> | ||||||
</tr> | ||||||
</table> | ||||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out-of-diff nits:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it already sentence case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh you mean number 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooh yeah oops