astonishing-leather-27367
10/14/2022, 11:34 AMfinal_img = Image.merge(
"YCbCr",
[
img_out_y,
img_cb.resize(img_out_y.size, Image.BICUBIC),
img_cr.resize(img_out_y.size, Image.BICUBIC),
],
).convert("RGB")
img_path = (
Path("cat_superres_with_ort.jpg")
)
final_img.save(img_path)
Where can I find cat_superres_with_ort.jpg? Thanks!tall-lock-23197
img_path = "cat_superres_with_ort.jpg"
.astonishing-leather-27367
10/14/2022, 12:00 PMtall-lock-23197
astonishing-leather-27367
10/14/2022, 12:04 PMflytectl sandbox start --source .
flytectl sandbox exec -- docker build . --tag "my_flyte_project:v1"
pyflyte --pkgs example package --image "my_flyte_project:v1"
flytectl register files --project flytesnacks --domain development --archive flyte-package.tgz --version v1
pyflyte run --remote example.py wf --image "my_flyte_project:v1"
@tall-lock-23197 I was trying to deploy to my local serverastonishing-leather-27367
10/14/2022, 12:06 PMcat_superres_with_ort.jpg
tall-lock-23197
tall-lock-23197
astonishing-leather-27367
10/14/2022, 12:10 PMastonishing-leather-27367
10/14/2022, 12:11 PMtall-lock-23197
astonishing-leather-27367
10/14/2022, 12:36 PMastonishing-leather-27367
10/14/2022, 12:47 PMtall-lock-23197
astonishing-leather-27367
10/14/2022, 1:06 PMtall-lock-23197
astonishing-leather-27367
10/14/2022, 1:13 PMtall-lock-23197
astonishing-leather-27367
10/14/2022, 1:17 PM