jiupinjia / stylized-neural-painting

Official Pytorch implementation of the preprint paper "Stylized Neural Painting", in CVPR 2021.
https://jiupinjia.github.io/neuralpainter/
Creative Commons Zero v1.0 Universal
1.56k stars 262 forks source link

Color block drifts #30

Closed Crosser1902 closed 3 years ago

Crosser1902 commented 3 years ago

After a piece of color block is drawn, it always drift in a little range. Is there any way to fix the drawn color block and make it never move?

jiupinjia commented 3 years ago

Hi @Crosser1902, thanks for your question. The animation with those twisted strokes you mentioned was only for preview during the rendering process. If you like to see your final video result, you can check out your './output' folder for the MP4 file.

Crosser1902 commented 3 years ago

@jiupinjia Thanks for replying!