diffvg
diffvg copied to clipboard
Differentiable Vector Graphics Rasterization
!!!I met the same error @BachiLi ,and I really need your help. __AttributeError: module 'diffvg' has no attribute 'FilterType_'_ I git clone the code, and pip install all requirements. Then...
During my debugging, I ran into this error. Does anyone know how to fix this? Thanks!
Attempting to install on Linux/RTXA6000. I was only able to get the card working with newer versions of torch. I see an error during install about cudnn 8, but then...
Hi! Thanks for open-sourcing this awesome work. I have one question about the differentiable renderer, if I have a batch of SVG parameters with the same dimension, can I render...
I created a very simple notebook, it only installs the library and runs one of the examples: https://colab.research.google.com/drive/1Bnd0YI8ViGb3jDYxSGrSGmt5IcaC0GIz?usp=sharing As you can see, the libdiffvg_tf_data_ptr_no_cxx11_abi.so is not created because the script...
I followed the install procedure as outlined in the docs with python 3.7. On mac it just works. On a ubuntu 18 machine with gpu (CUDA Version: 11.0), it fails...
Python version 3.7, Pytorch with Cuda (confirmed working), VS 2019 CMake installed. Cuda 10.0 - 10.2 installed from Nvidia site. I cannot compile diffvg library with Cuda enabled. I get...
The library compiles without errors under Windows (Windows 10, Python 3.8, torch 1.6, VS2019). However, running examples results in: `python single_circle.py Traceback (most recent call last): File "single_circle.py", line 1,...
Thanks for your outstanding contribution! I encountered some errors while installing@BachiLi. Could you please help me? Here's the information.Thank you so much! Building NVCC (Device) object CMakeFiles/diffvg.dir/Release/diffvg_generated_diffvg.cpp.obj diffvg.cpp C:\Users\LENOVO\Desktop\diffvg-master\pybind11\include\pybind11\cast.h(1405): error...
Hi, I was trying to modify the single_circle_outline.py to optimize a ring shape by setting the fill color of a circle to None and using a nonzero stroke width. But...