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

Final output withot all generated frames #29

Open korronald opened 3 years ago

korronald commented 3 years ago

Can I have Final output .png without video file and all other generated jpgs?

jiupinjia commented 3 years ago

Hi @korronald, can you try to remove lines 142-144 of the file painter.py? Please tell me whether it works. Thanks.

owlsoul0 commented 3 years ago

Did it work? If you don't know I'll try it and let you know the results...

owlsoul0 commented 3 years ago

I tried a simple edit (seen below) which only stores every tenth stroke, that way it takes up less storage and processing while still seeing a progression and all. It worked! image

jiupinjia commented 3 years ago

Cheers! @owlsoul0