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
I was running the demo of the mi-gan with my own set of testing images. I noticed that for images that aren't 512x512 an error is produced. /scripts/demo.py", line 140, in main composed_img = img_resized * mask_resized + result_image * (1 - mask_resized) ~~~~~~~~~~~~^~~~~~~~~~~~~~ ValueError: operands could not be broadcast together with shapes (341,512,3) (340,512,1)
The text was updated successfully, but these errors were encountered:
I was running the demo of the mi-gan with my own set of testing images. I noticed that for images that aren't 512x512 an error is produced.
/scripts/demo.py", line 140, in main composed_img = img_resized * mask_resized + result_image * (1 - mask_resized) ~~~~~~~~~~~~^~~~~~~~~~~~~~ ValueError: operands could not be broadcast together with shapes (341,512,3) (340,512,1)
The text was updated successfully, but these errors were encountered: