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:
Afif Al Mamun
2023-05-28 21:54:05 +06:00
committed by GitHub
parent dfe7f627d8
commit 75012e575e
2 changed files with 3 additions and 3 deletions

View File

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