feat print overall 旋转

fix
This commit is contained in:
zhouchengrong
2024-06-26 17:52:53 +08:00
parent 45a3597ffd
commit acb4678251
2 changed files with 91 additions and 26 deletions

View File

@@ -63,7 +63,7 @@ if __name__ == '__main__':
# url = "aida-users/87/print/956614a2-7e75-4fbe-9ed0-c1831e37a2c9-4-87.png"
# url = "aida-users/89/single_logo/123-89.png"
# url = "aida-users/89/product_image/string-89.png"
url = 'aida-users/89/relight_image/123-89.png'
url = "aida-results/result_c6520ce7-33a1-11ef-a8d3-b0dcefbff887.png"
read_type = "PIL"
if read_type == "cv2":
img = oss_get_image(bucket=url.split('/')[0], object_name=url[url.find('/') + 1:], data_type=read_type)