preddy5 / Im2Vec

[CVPR 2021 Oral] Im2Vec Synthesizing Vector Graphics without Vector Supervision
http://geometry.cs.ucl.ac.uk/projects/2021/im2vec/
Apache License 2.0
281 stars 43 forks source link

No module named 'pydiffvg' #1

Closed Ricelll closed 3 years ago

Ricelll commented 3 years ago

Hi. when I run the code, It occured to this problem: Traceback (most recent call last): File "eval_local.py", line 6, in <module> from models import * File "/raid/home/zhujingjie/Tools/Im2Vec-master/logs/VectorVAEnLayers/version_110/models/__init__.py", line 3, in <module> from .vector_vae import VectorVAE File "/raid/home/zhujingjie/Tools/Im2Vec-master/logs/VectorVAEnLayers/version_110/models/vector_vae.py", line 10, in <module> import pydiffvg

ModuleNotFoundError: No module named 'pydiffvg'

I did a lot of research, but I couldn't find this 'pydiffvg' library, Could you tell me how to install it? thx!!

preddy5 commented 3 years ago

Hey @Ricelll Thank you for your interest in the work. You can find diffvg library here https://github.com/BachiLi/diffvg

Regards, Pradyumna.