Luvideria

Results 13 comments of Luvideria

Similar error. I was building on linux (WSL) previously and couldn't build from source with 3.6 for some reason. Ended up trying on windows but I got the same issue...

> don't you need to do `set $none "#00000000"`? otherwise the last part will be read as a comment.. > > Edit: I really don't know if this is true,...

Is there any documentation whatsoever yet? I couldn't find out what api is available or how it interacts with a canvas, if it's possible to use svglib to concatenate svgs...

Hi, I see I'm not the only one with this issue, any plans for 2020 regarding this issue?

I know that SVG computation is a hot topic even now in research: in HPG 2019: https://diglib.eg.org/handle/10.1111/cgf13757 SigAsia 2014: http://w3.impa.br/~diego/projects/GanEtAl14/ Though many approaches focus on GPU here. Some other svg...

I see the version 8.0 of ImageGlass is out. Is there a roadmap for the integration of the new SVG loader? Is there a branch?

You mean replying to the existing issue or raise a new issue?

Hello, I recently posted an issue on tensorflow addons: https://github.com/tensorflow/addons/issues/2733 I created a repo containing and explaining a working implementation of the *catmull-rom* (quite similar to Lanczos-2) interpolation as well...

> @Luvideria I didn't try `dense_image_wrap` from tensorflow addons. Do you think that function or your _catmull-rom_ address this feature request (elastic deformation)? I am not 100% sure. My use...

> @Luvideria Could you please follow @bhack's previous comment? It's needed to port `tfa..dense_image_warp` layer (with [your addition](https://github.com/Luvideria/tensorflow-dense-warp-catmull-rom)) first as elastic transform might depend on it. done