获取用于加载图像的模块名称。
str,加载图像的模块名称,pil 或 cv2。
str
pil
cv2
from paddle.vision import get_image_backend backend = get_image_backend() print(backend)