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

ask for advice #26

Open zcdliuwei opened 3 years ago

zcdliuwei commented 3 years ago

Hello, What an interesting display! Can the final rendered image be written into SVG?

jiupinjia commented 3 years ago

Hi @zcdliuwei, that sounds like a great idea. I will be working on that in the near future! You can also update this part on your end and send me a pull request if you have any interest. Thanks for your suggestion!

zcdliuwei commented 3 years ago

Hi @zcdliuwei, that sounds like a great idea. I will be working on that in the near future! You can also update this part on your end and send me a pull request if you have any interest. Thanks for your suggestion!

I'm a deep learning enthusiast from Hangzhou, China, and I'm very interested in the amazing effects you've shown, I didn't know how to write pixel by pixel bitmaps to SVG。 Next, I'll take a closer look at your article and code,learn how vector rendering works. Thank you again for your exciting work!