models icon indicating copy to clipboard operation
models copied to clipboard

Chainer implementation for Learning to Simplify: Fully Convolutional Networks for Rough Sketch Cleanup

Open ishanrai05 opened this issue 5 years ago • 2 comments

Code of the paper Learning to Simplify: Fully Convolutional Networks for Rough Sketch Cleanup which is tested and trained on custom datasets based on Chainer.

ishanrai05 avatar Nov 07 '19 20:11 ishanrai05

Thank you! The code works in my environment with your uploaded images. But, somehow the generated images by a trained model are much worse than ones shown in README. I used the default setting: python main.py --train=True -g 0. Can you implement a good setup as default? Or did I something wrong?

soskek avatar Nov 08 '19 13:11 soskek

@soskek Hi. Thanks for review. For Chainer Adam seems to do better work than AdaDelta. I have included the default settings as close to those mentioned in the paper. I'll change it to produce good results.

ishanrai05 avatar Nov 09 '19 13:11 ishanrai05