PaintTransformer
PaintTransformer copied to clipboard
How to set do not resize?
I want to do not resize and set resize_h and resize_w as None, but got the error: ValueError: (InvalidArgument) The 'shape' in Reshape0p is invalid.The input tensor X'size must be equal to the capacity of 'shape'......
Currently the Paddle implementation do not support no-square input. I will try to fix it soon. Or you can directly resize the output frames.
Currently the Paddle implementation do not support no-square input. I will try to fix it soon. Or you can directly resize the output frames.
Thank you~