Update to lowercase MkDocs admonitions (#15990)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
ce24c7273e
commit
c2b647a768
133 changed files with 529 additions and 521 deletions
|
|
@ -32,7 +32,7 @@ This table provides a detailed overview of the YOLOv5u model variants, highlight
|
|||
|
||||
## Performance Metrics
|
||||
|
||||
!!! Performance
|
||||
!!! performance
|
||||
|
||||
=== "Detection"
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ This table provides a detailed overview of the YOLOv5u model variants, highlight
|
|||
|
||||
This example provides simple YOLOv5 training and inference examples. For full documentation on these and other [modes](../modes/index.md) see the [Predict](../modes/predict.md), [Train](../modes/train.md), [Val](../modes/val.md) and [Export](../modes/export.md) docs pages.
|
||||
|
||||
!!! Example
|
||||
!!! example
|
||||
|
||||
=== "Python"
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ This example provides simple YOLOv5 training and inference examples. For full do
|
|||
|
||||
If you use YOLOv5 or YOLOv5u in your research, please cite the Ultralytics YOLOv5 repository as follows:
|
||||
|
||||
!!! Quote ""
|
||||
!!! quote ""
|
||||
|
||||
=== "BibTeX"
|
||||
|
||||
|
|
@ -135,7 +135,7 @@ The performance metrics of YOLOv5u models vary depending on the platform and har
|
|||
|
||||
You can train a YOLOv5u model by loading a pre-trained model and running the training command with your dataset. Here's a quick example:
|
||||
|
||||
!!! Example
|
||||
!!! example
|
||||
|
||||
=== "Python"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue