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

Can you share the paramater of the husky dog? #18

Closed vba34520 closed 3 years ago

vba34520 commented 3 years ago

Can you share the paramater of the husky dog?

Thanks, Looking forward to your reply!

jiupinjia commented 3 years ago

Hi @vba34520, sorry for the late response. You can try: python demo_prog.py --img_path ./test_images/dog.jpg --canvas_color 'white' --max_m_strokes 500 --max_divide 5 --renderer oilpaintbrush --renderer_checkpoint_dir checkpoints_G_oilpaintbrush --net_G zou-fusion-net dog_input dog_final_progressive

vba34520 commented 3 years ago

Thank you so much! Best wishes.