PaintTransformer
PaintTransformer copied to clipboard
Official PaddlePaddle implementation of Paint Transformer
How about the stylized paintings applications of Section 4.4 of the paper?
I think the brush stroke should have some variable transparency, not just be 100% opaque. Something similar to what is being done here: http://3dstereophoto.blogspot.com/2018/07/non-photorealistic-rendering-software.html This is a stroke based renderer...
Hi, Can I specify the iteration number, so for example can I get more total frames than 171? Thanks!
As a mac user, I do not have valid GPU to use. I have downloaded 一刻相机 to try your painting style, but it seems very slow. Could you please provide...
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...
你好,我根据 readme 文件安装了 paddlepaddle-gpu 2.5.1.post112 在使用您提供的推理代码时出现下面警告 WARNING: device: . The installed Paddle is compiled with CUDNN 8.2, but CUDNN version in your machine is 8.0, which may cause serious incompatible...
Hi, I downloaded the code and ran the inference.py, but got this error Traceback (most recent call last): File "inference.py", line 64, in main(input_path='input/chicago.jpg', File "inference.py", line 49, in main...
environment: * windows python3.6 * CUDAv10.2 and Corresponding cdnn、paddle(2.4.0.port102), where: render_utils.py line 56:`rush = paddle.to_tensor(meta_brushes_resize[index])` ``` IndexError index 30238054144 is out of bounds for axis 0 with size 2 ```
When setting resize_h or resize_w to let's say 1024 instead of 512 I get an error that it's out of index. Is 512 the maximum size?