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

Just a little suggestion #31

Closed Crosser1902 closed 3 years ago

Crosser1902 commented 3 years ago

Is that technically possible that makes every stroke filled with only one single color? I think it’s excellent for human to imitate and learn which would make this project more valuable.

Since I have not read the code yet, please forgive me for my whimsical dumb idea if it‘s totally impracticable.

jiupinjia commented 3 years ago

@Crosser1902 Generating time-lapse for human imitation is definitely a great and inspiring idea! Whether is it possible to fill in each stroke with a single color - technically, I would say yes, but that will require some updates on the source code. Hope that in the near future I will add this feature. Thanks!

Crosser1902 commented 3 years ago

Expecting!