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

Misleading Markdown

wamiq-reyaz opened this issue · comments

Hello,

I just wanted to point out a possible error in the description of your encoding.
Here you say that the first row containts the command, but in reality, each row describes a whole command, with the first column being the command type and the rest being its args.

Is that correct?

Regards,
Wamiq

Hello,

I just wanted to point out a possible error in the description of your encoding. Here you say that the first row containts the command, but in reality, each row describes a whole command, with the first column being the command type and the rest being its args.

Is that correct?

Regards, Wamiq

totally agree with u