glow
glow copied to clipboard
z_manipulate.npy
After I run get_manipulators, I get z_manipulate.npy in shape (40,196608). 196608 means 3256256. But I am handling with image of size 36464 = , how can I change z_manipulate.npy to the size (40,36464) to manipulate my image? Thank you