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
As a temporal workaround I'm uscaling all input images to the minimum size of 16px for the smaller dimention using PIL scaling.
I haven't tested this much, so IDK if this workaround is fullproof. It may require minumum size of 8 or 32 for a scaling factor of 4 as far as I know.
I will return to this if I ever test it more.
The text was updated successfully, but these errors were encountered:
Tested with 4x4 and 8x8 image.
After trying to upscale the 4x4 image by a factor of 2, the program crashed with:
on line:
in file:
Image file:
Test code:
As a temporal workaround I'm uscaling all input images to the minimum size of 16px for the smaller dimention using PIL scaling.
I haven't tested this much, so IDK if this workaround is fullproof. It may require minumum size of 8 or 32 for a scaling factor of 4 as far as I know.
I will return to this if I ever test it more.
The text was updated successfully, but these errors were encountered: