deepsvg
deepsvg copied to clipboard
[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.
I want to train with my own dataset, it is like FONT-SVG dataset. but the original data format is *.ttf, So My qestion is how to build a dataset as...
Hej Alexandre, thanks for the cool work on SVGs! I am trying to reproduce your table with quantitative measurements, but cannot find the Reconstruction Error (RE) and Interpolation Smoothness (IS)...
Bumps [numpy](https://github.com/numpy/numpy) from 1.16.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
This is such an amazing project, but my lack of coding knowledge has rendered me incapable of testing it out for myself. I do not want to inconvenience you, but...
added animation_colab notebook.
@alexandre01 congratulations on your work! I have a question to a tensor problem that I encountered. When using 'interpolate_icons(icon1, icon2)' on different SVGs (created with Adobe/Rhino3d + preprocessed using preprocess.py...
Hello! I'm trying to get a svg file from tensor by using your method from_tensor() in deepsvg.svglib.svg, but as I open the svg file exported, there is nothing displayed, it's...
Hi, I used preprocess.py to process icons from the iconfinder dataset, which is a public site for icons. I am getting the following errors. The svg file for one of...
Hi, I tried out the following small example program that is in the README. as a python script and ran it on the command line. But I am get errors...