Elaborate Train and Predict mode docs arguments (#8137)
Signed-off-by: Skillnoob <78843978+Skillnoob@users.noreply.github.com> Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Skillnoob <78843978+Skillnoob@users.noreply.github.com> Co-authored-by: Burhan <62214284+Burhan-Q@users.noreply.github.com>
This commit is contained in:
parent
22364dc6d1
commit
e9ab4de354
9 changed files with 296 additions and 161 deletions
|
|
@ -109,7 +109,6 @@ class GMC:
|
|||
|
||||
Args:
|
||||
raw_frame (np.array): The raw frame to be processed.
|
||||
detections (list): List of detections to be used in the processing.
|
||||
|
||||
Returns:
|
||||
(np.array): Processed frame.
|
||||
|
|
@ -298,7 +297,6 @@ class GMC:
|
|||
|
||||
Args:
|
||||
raw_frame (np.array): The raw frame to be processed.
|
||||
detections (list): List of detections to be used in the processing.
|
||||
|
||||
Returns:
|
||||
(np.array): Processed frame.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue