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.

Home Page:https://www.lingosub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differentiable .draw

egrigokhan opened this issue · comments

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!