You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
having this unknown error.
i used sample images as well and new images as well. but nothing is solving this issue
python scripts/test.py --ckpt_encoder ./art_mobile_encoder_1024p --ckpt_decoder ./art_decoder_1024p --network e4e --platform openvino --align --images_path ./test_images --edit --edit_direction ./editings/smile.npy
stylegan2 generating...: 0it [00:00, ?it/s]/home/smartdev/realworld/./tools/common.py:86: DeprecationWarning: QUAD is deprecated and will be removed in Pillow 10 (2023-07-01). Use Transform.QUAD instead.
img = img.transform((transform_size, transform_size), Image.QUAD, (quad + 0.5).flatten(), Image.BILINEAR)
/home/smartdev/realworld/./tools/common.py:86: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead.
img = img.transform((transform_size, transform_size), Image.QUAD, (quad + 0.5).flatten(), Image.BILINEAR)
stylegan2 generating...: 0it [00:01, ?it/s]
Traceback (most recent call last):
File "/home/smartdev/realworld/scripts/test.py", line 404, in
test_openvino(args)
File "/home/smartdev/realworld/scripts/test.py", line 172, in test_openvino
res = exec_decoder.infer(inputs={decoder_input_blob: [dlatents]})
File "ie_api.pyx", line 1080, in openvino.inference_engine.ie_api.ExecutableNetwork.infer
File "ie_api.pyx", line 1431, in openvino.inference_engine.ie_api.InferRequest.infer
File "ie_api.pyx", line 1452, in openvino.inference_engine.ie_api.InferRequest.infer
File "ie_api.pyx", line 1581, in openvino.inference_engine.ie_api.InferRequest._fill_inputs
ValueError: setting an array element with a sequence. The requested array would exceed the maximum number of dimension of 3.
The text was updated successfully, but these errors were encountered:
having this unknown error.
i used sample images as well and new images as well. but nothing is solving this issue
python scripts/test.py --ckpt_encoder ./art_mobile_encoder_1024p --ckpt_decoder ./art_decoder_1024p --network e4e --platform openvino --align --images_path ./test_images --edit --edit_direction ./editings/smile.npy
stylegan2 generating...: 0it [00:00, ?it/s]/home/smartdev/realworld/./tools/common.py:86: DeprecationWarning: QUAD is deprecated and will be removed in Pillow 10 (2023-07-01). Use Transform.QUAD instead.
img = img.transform((transform_size, transform_size), Image.QUAD, (quad + 0.5).flatten(), Image.BILINEAR)
/home/smartdev/realworld/./tools/common.py:86: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BILINEAR instead.
img = img.transform((transform_size, transform_size), Image.QUAD, (quad + 0.5).flatten(), Image.BILINEAR)
stylegan2 generating...: 0it [00:01, ?it/s]
Traceback (most recent call last):
File "/home/smartdev/realworld/scripts/test.py", line 404, in
test_openvino(args)
File "/home/smartdev/realworld/scripts/test.py", line 172, in test_openvino
res = exec_decoder.infer(inputs={decoder_input_blob: [dlatents]})
File "ie_api.pyx", line 1080, in openvino.inference_engine.ie_api.ExecutableNetwork.infer
File "ie_api.pyx", line 1431, in openvino.inference_engine.ie_api.InferRequest.infer
File "ie_api.pyx", line 1452, in openvino.inference_engine.ie_api.InferRequest.infer
File "ie_api.pyx", line 1581, in openvino.inference_engine.ie_api.InferRequest._fill_inputs
ValueError: setting an array element with a sequence. The requested array would exceed the maximum number of dimension of 3.
The text was updated successfully, but these errors were encountered: