wangqiang9 / SketchKnitter

About PyTorch implementation of SketchKnitter: Vectorized Sketch Generation with Diffusion Models, ICLR 2023, Spotlight.
MIT License
57 stars 9 forks source link

Tries to solve #13 by creating the corresponding images #14

Closed lmagoncalo closed 11 months ago

lmagoncalo commented 11 months ago

In this solution proposal, for each generated sample the corresponding image is created and stored in all_images which will increase its size leading to solve the issue #13. Also it saves the created images.

wangqiang9 commented 11 months ago

Thanks for your contribution.