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

About the training #36

Open dreamer121121 opened 3 years ago

dreamer121121 commented 3 years ago

Nice job !, i wonder that what is your training datasets? I cant find in your paper and code

jiupinjia commented 3 years ago

Hi @dreamer121121, thanks for your feedback. We don't have any offline datasets. The data pairs (rendered canvas and stroke parameters) are generated on the fly during the training process. Please see line 95-143 of utils.py for more details.