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:
parent
62916b3b0a
commit
bd0f7ecf6f
93 changed files with 1104 additions and 1102 deletions
|
|
@ -124,7 +124,8 @@ class AutoShape(nn.Module):
|
|||
|
||||
|
||||
class Detections:
|
||||
# YOLOv8 detections class for inference results
|
||||
""" YOLOv8 detections class for inference results"""
|
||||
|
||||
def __init__(self, ims, pred, files, times=(0, 0, 0), names=None, shape=None):
|
||||
"""Initialize object attributes for YOLO detection results."""
|
||||
super().__init__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue