alexandre01 / deepsvg

[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
https://www.reshot.ai
MIT License
981 stars 99 forks source link

Differentiable .draw #13

Open egrigokhan opened 4 years ago

egrigokhan commented 4 years ago

How would one go about extending the library to include a differentiable SVG.draw() function? Ideally, this would allow a neural network to flow gradients from the output SVG image to the SVG code.

Thanks!