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.
https://www.reshot.ai
MIT License
981 stars 99 forks source link

I can not open the pretrained model file #4

Closed Johnson-yue closed 4 years ago

Johnson-yue commented 4 years ago

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 ??

alexandre01 commented 4 years ago

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).

Johnson-yue commented 4 years ago

thanks, Sorry it is my fault