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
|
|
@ -54,7 +54,7 @@ FP16 (or half-precision) quantization converts the model's 32-bit floating-point
|
|||
|
||||
INT8 (or 8-bit integer) quantization further reduces the model's size and computation requirements by converting its 32-bit floating-point numbers to 8-bit integers. This quantization method can result in a significant speedup, but it may lead to a slight reduction in mean average precision (mAP) due to the lower numerical precision.
|
||||
|
||||
!!! Tip "mAP Reduction in INT8 Models"
|
||||
!!! tip "mAP Reduction in INT8 Models"
|
||||
|
||||
The reduced numerical precision in INT8 models can lead to some loss of information during the quantization process, which may result in a slight decrease in mAP. However, this trade-off is often acceptable considering the substantial performance gains offered by INT8 quantization.
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ You can download our [COCO8](https://github.com/ultralytics/hub/blob/main/exampl
|
|||
|
||||
The dataset YAML is the same standard YOLOv5 and YOLOv8 YAML format.
|
||||
|
||||
!!! Example "coco8.yaml"
|
||||
!!! example "coco8.yaml"
|
||||
|
||||
```yaml
|
||||
--8<-- "ultralytics/cfg/datasets/coco8.yaml"
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@ The [Ultralytics HUB](https://www.ultralytics.com/hub) Inference API returns a J
|
|||
|
||||
### Classification
|
||||
|
||||
!!! Example "Classification Model"
|
||||
!!! example "Classification Model"
|
||||
|
||||
=== "`ultralytics`"
|
||||
|
||||
|
|
@ -205,7 +205,7 @@ The [Ultralytics HUB](https://www.ultralytics.com/hub) Inference API returns a J
|
|||
|
||||
### Detection
|
||||
|
||||
!!! Example "Detection Model"
|
||||
!!! example "Detection Model"
|
||||
|
||||
=== "`ultralytics`"
|
||||
|
||||
|
|
@ -291,7 +291,7 @@ The [Ultralytics HUB](https://www.ultralytics.com/hub) Inference API returns a J
|
|||
|
||||
### OBB
|
||||
|
||||
!!! Example "OBB Model"
|
||||
!!! example "OBB Model"
|
||||
|
||||
=== "`ultralytics`"
|
||||
|
||||
|
|
@ -381,7 +381,7 @@ The [Ultralytics HUB](https://www.ultralytics.com/hub) Inference API returns a J
|
|||
|
||||
### Segmentation
|
||||
|
||||
!!! Example "Segmentation Model"
|
||||
!!! example "Segmentation Model"
|
||||
|
||||
=== "`ultralytics`"
|
||||
|
||||
|
|
@ -481,7 +481,7 @@ The [Ultralytics HUB](https://www.ultralytics.com/hub) Inference API returns a J
|
|||
|
||||
### Pose
|
||||
|
||||
!!! Example "Pose Model"
|
||||
!!! example "Pose Model"
|
||||
|
||||
=== "`ultralytics`"
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ In this step, you have to choose the project in which you want to create your mo
|
|||
|
||||
In case you don't have a project created yet, you can set the name of your project in this step and it will be created together with your model.
|
||||
|
||||
!!! Info "Info"
|
||||
!!! info "Info"
|
||||
|
||||
You can read more about the available [YOLOv8](https://docs.ultralytics.com/models/yolov8) (and [YOLOv5](https://docs.ultralytics.com/models/yolov5)) architectures in our documentation.
|
||||
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ Set the general access to "Unlisted" and click **Save**.
|
|||
|
||||

|
||||
|
||||
!!! Warning "Warning"
|
||||
!!! warning "Warning"
|
||||
|
||||
When changing the general access of a project, the general access of the models inside the project will be changed as well.
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ Navigate to the Project page of the project you want to delete, open the project
|
|||
|
||||

|
||||
|
||||
!!! Warning "Warning"
|
||||
!!! warning "Warning"
|
||||
|
||||
When deleting a project, the models inside the project will be deleted as well.
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ Navigate to the [Teams](https://hub.ultralytics.com/settings?tab=teams) page, op
|
|||
|
||||

|
||||
|
||||
!!! Warning "Warning"
|
||||
!!! warning "Warning"
|
||||
|
||||
When deleting a team, the team can't be restored.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue