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:
Glenn Jocher 2024-02-12 01:39:32 +01:00 committed by GitHub
parent 22364dc6d1
commit e9ab4de354
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 296 additions and 161 deletions

View file

@ -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.