[Docs] Update predictor.predict() doc string

own
Lin Manhui 3 years ago committed by GitHub
parent 4ae46d118b
commit e4448ba48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      paddlers/deploy/predictor.py

@ -238,7 +238,7 @@ class Predictor(object):
repeats=1):
""" 图片预测
Args:
img_file(List[np.ndarray or str], str or np.ndarray):
img_file(List[str or tuple or np.ndarray], str, tuple, or np.ndarray):
对于场景分类图像复原目标检测和语义分割任务来说该参数可为单一图像路径或是解码后的排列格式为H, W, C
且具有float32类型的BGR图像表示为numpy的ndarray形式或者是一组图像路径或np.ndarray对象构成的列表对于变化检测
任务来说该参数可以为图像路径二元组分别表示前后两个时相影像路径或是两幅图像组成的二元组或者是上述两种二元组

Loading…
Cancel
Save