Re: [Gimp-developer] AI algorithms in GIMP - Style Transfer

2019-02-21 Thread Davide Sandona' via gimp-developer-list
Hello Tobias, the plugin can definitely works on CPU only. I developed it on an old PC without cuda-capable GPU. Tensorflow CAN run on CPU only!!! A cuda-capable gpu card will perform the computation much faster, still the plugin will work with no problems on CPU. :) Regards, Davide. Il giorno

Re: [Gimp-developer] AI algorithms in GIMP - Style Transfer

2019-02-21 Thread Tobias Jakobs via gimp-developer-list
Hi Davide, that's cool. The problem I have is that you use Tensorflow and that is CUDA/nvidia only. I have two notebooks but non with nvidia card. I think it would be better to have a AI with a CPU fallback. Regards, Tobias Am Mi., 20. Feb. 2019 um 17:54 Uhr schrieb Davide Sandona' via gimp-deve

Re: [Gimp-developer] AI algorithms in GIMP - Style Transfer

2019-02-20 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi Davide, I will use this code as reference as I have never made a plugin myself. Thanks for this! Maitraya On Wed 20 Feb, 2019, 10:24 PM Davide Sandona' via gimp-developer-list < gimp-developer-list@gnome.org wrote: > Hello everyone, > > I too was interested about the integration of AI algor

[Gimp-developer] AI algorithms in GIMP - Style Transfer

2019-02-20 Thread Davide Sandona' via gimp-developer-list
Hello everyone, I too was interested about the integration of AI algorithms into GIMP. I created a GIMP plugin that implement the style transfer technique. You can see the code in the following repository [1], as well as the instructions to get it working. Into this plugin I have integrated two d