JGer

Results 2 issues of JGer

I used the Dockerfile to compile the latest docker image. Then I got the error message using the same ctb-tile command. I don't know how to set the spatial reference...

- 版本、环境信息 1) PaddlePaddle 2.1.3 & PaddleHub 2.1 2) 系统环境:MacOS,python3.8 - 复现信息: ```python import cv2 import paddlehub as hub module = hub.Module(name="pyramidbox_face_detection") test_img = cv2.imread("data/cropped-0-3.JPG") results = module.face_detection(images=[test_img], visualization=True, use_gpu=False,...

cv