ultralytics 8.0.222 introduce new ultralytics.solutions (#6759)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Yujiao Jiang <36917338+Alex-JYJ@users.noreply.github.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
parent
63fcc2a9ff
commit
d12411ec0d
6 changed files with 22 additions and 22 deletions
|
|
@ -89,7 +89,7 @@ class GMC:
|
|||
detections (list): List of detections to be used in the processing.
|
||||
|
||||
Returns:
|
||||
np.array: Processed frame.
|
||||
(np.array): Processed frame.
|
||||
|
||||
Examples:
|
||||
>>> gmc = GMC()
|
||||
|
|
@ -115,7 +115,7 @@ class GMC:
|
|||
detections (list): List of detections to be used in the processing.
|
||||
|
||||
Returns:
|
||||
np.array: Processed frame.
|
||||
(np.array): Processed frame.
|
||||
|
||||
Examples:
|
||||
>>> gmc = GMC()
|
||||
|
|
@ -162,7 +162,7 @@ class GMC:
|
|||
detections (list): List of detections to be used in the processing.
|
||||
|
||||
Returns:
|
||||
np.array: Processed frame.
|
||||
(np.array): Processed frame.
|
||||
|
||||
Examples:
|
||||
>>> gmc = GMC()
|
||||
|
|
@ -301,7 +301,7 @@ class GMC:
|
|||
detections (list): List of detections to be used in the processing.
|
||||
|
||||
Returns:
|
||||
np.array: Processed frame.
|
||||
(np.array): Processed frame.
|
||||
|
||||
Examples:
|
||||
>>> gmc = GMC()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue