You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @alexandre01, amazing work! For a university project, we are planning to use the deepSVG architecture to obtain path encodings from SVG files. According to your paper, I think the output of decoder D(2) is what I am looking for. To get the latent vector z of a SVG file, I used the encode function from notebooks/latent_ops.ipynb. I now need to use the decoder D(2) to obtain the path encodings. Unfortunately, I couldn't figure out how to perform that step. I would appreciate it if you could help me out!
The text was updated successfully, but these errors were encountered:
Hi @alexandre01, amazing work! For a university project, we are planning to use the deepSVG architecture to obtain path encodings from SVG files. According to your paper, I think the output of decoder D(2) is what I am looking for. To get the latent vector z of a SVG file, I used the encode function from notebooks/latent_ops.ipynb. I now need to use the decoder D(2) to obtain the path encodings. Unfortunately, I couldn't figure out how to perform that step. I would appreciate it if you could help me out!
The text was updated successfully, but these errors were encountered: