Docstrings arguments cleanup (#3229)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2023-06-17 16:17:07 +02:00
committed by GitHub
parent 62916b3b0a
commit bd0f7ecf6f
93 changed files with 1104 additions and 1102 deletions

View File

@ -3,27 +3,27 @@ description: 'Learn about Ultralytics YOLO modules: Segment, Classify, and RTDET
keywords: Ultralytics, YOLO, object detection, pose estimation, RTDETRDecoder, modules, classes, documentation
---
# Detect
## Detect
---
:::ultralytics.nn.modules.head.Detect
### ::: ultralytics.nn.modules.head.Detect
<br><br>
# Segment
## Segment
---
:::ultralytics.nn.modules.head.Segment
### ::: ultralytics.nn.modules.head.Segment
<br><br>
# Pose
## Pose
---
:::ultralytics.nn.modules.head.Pose
### ::: ultralytics.nn.modules.head.Pose
<br><br>
# Classify
## Classify
---
:::ultralytics.nn.modules.head.Classify
### ::: ultralytics.nn.modules.head.Classify
<br><br>
# RTDETRDecoder
## RTDETRDecoder
---
:::ultralytics.nn.modules.head.RTDETRDecoder
### ::: ultralytics.nn.modules.head.RTDETRDecoder
<br><br>