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

pip install -r requirements.txt. ERRORS #24

Open bwtine opened 1 year ago

bwtine commented 1 year ago

This is such an amazing project,But I got errors after using the command pip install -r requirements.txt. How can I install idna @ file:///tmp/build/80754af9/idna_1593446292537/work,requests @ file:///tmp/build/80754af9/requests_1592841827918/work,diffvg==0.0.1,emd-ext==0.0.0,pointnet2==0.0.0 pointnet2-ops==3.0.0,pytorch-points==0.9? My CUDA version is 11.1,python 3.6.13,ubantu 18.04. I hope to get your reply, thanks!!!

preddy5 commented 1 year ago

Hey @bwtine Thank you for your kind words, the requirements file is overcomplete I would suggest you install pytorch-lightning==0.9.0 and https://github.com/BachiLi/diffvg and see if the code works.