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

I can not open the pretrained model file

Johnson-yue opened this issue · comments

Screenshot from 2020-07-27 11-00-15

I think download is good,but I can not uncompressed this。

I try to some method but all failed, and I download twice the result is the same

How I fix it ??

Hi @Johnson-yue,

The pretrained model file doesn't need to be uncompressed since it is directly done by PyTorch during the "load" method.

To see this, just type:

torch.load("hierarchical_ordered_fonts.pth.tar")

What needs to be uncompressed though is the mini Fonts dataset (fonts_tensor.zip).

thanks, Sorry it is my fault