Docs spelling and grammar fixes (#13307)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: RainRat <rainrat78@yahoo.ca>
This commit is contained in:
Glenn Jocher 2024-06-02 14:07:14 +02:00 committed by GitHub
parent bddea17bf3
commit 064e2fd282
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 179 additions and 172 deletions

View file

@ -6,7 +6,7 @@ keywords: Ultralytics, YOLOv8, ONNX Format, Export YOLOv8, CUDA Support, Model D
# ONNX Export for YOLOv8 Models
Often, when deploying computer vision models, youll need a model format that's both flexible and compatible with multiple platforms.
Often, when deploying computer vision models, you'll need a model format that's both flexible and compatible with multiple platforms.
Exporting [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics) models to ONNX format streamlines deployment and ensures optimal performance across various environments. This guide will show you how to easily convert your YOLOv8 models to ONNX and enhance their scalability and effectiveness in real-world applications.
@ -44,7 +44,7 @@ The ability of ONNX to handle various formats can be attributed to the following
## Common Usage of ONNX
Before we jump into how to export YOLOv8 models to the ONNX format, lets take a look at where ONNX models are usually used.
Before we jump into how to export YOLOv8 models to the ONNX format, let's take a look at where ONNX models are usually used.
### CPU Deployment
@ -131,4 +131,4 @@ In this guide, you've learned how to export Ultralytics YOLOv8 models to ONNX fo
For further details on usage, visit the [ONNX official documentation](https://onnx.ai/onnx/intro/).
Also, if youd like to know more about other Ultralytics YOLOv8 integrations, visit our [integration guide page](../integrations/index.md). You'll find plenty of useful resources and insights there.
Also, if you'd like to know more about other Ultralytics YOLOv8 integrations, visit our [integration guide page](../integrations/index.md). You'll find plenty of useful resources and insights there.