UltralyticsAssistant 2 months ago
parent 160eca3a3a
commit 43cf5f977a
  1. 3
      ultralytics/nn/modules/head.py

@ -592,7 +592,7 @@ class v10Detect(Detect):
class v11Detect(Detect):
"""
v11 Detection head
V11 Detection head.
Args:
nc (int): Number of classes.
@ -602,7 +602,6 @@ class v11Detect(Detect):
__init__(self, nc=80, ch=()): Initializes the v11Detect object.
forward(self, x): Performs forward pass of the v11Detect module.
bias_init(self): Initializes biases of the Detect module.
"""
def __init__(self, nc=80, ch=()):

Loading…
Cancel
Save