Rename predictor postprocess orig_img to orig_imgs (#2877)
Signed-off-by: Afif Al Mamun <afifanik@gmail.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
dfe7f627d8
commit
75012e575e
2 changed files with 3 additions and 3 deletions
|
|
@ -171,7 +171,7 @@ class BasePredictor:
|
|||
|
||||
return log_string
|
||||
|
||||
def postprocess(self, preds, img, orig_img):
|
||||
def postprocess(self, preds, img, orig_imgs):
|
||||
"""Post-processes predictions for an image and returns them."""
|
||||
return preds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue