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 gio 21 feb 2019 alle ore 15:57 Tobias Jakobs <
tobias.jak...@gmail.com> ha scritto:

> 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-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
> > different style transfer implementations, and possibly more will follow.
> >
> > Feel free to take a look at the code and try it. Just keep in mind that
> it
> > is an highly experimental plugin, it is not meant for regular end users.
> >
> > Let me know if you find any errors that should be fixed.
> >
> > [1] https://github.com/Davide-sd/GIMP-style-transfer
> >
> > Davide.
> > ___
> > gimp-developer-list mailing list
> > List address:gimp-developer-list@gnome.org
> > List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> > List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


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-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
> different style transfer implementations, and possibly more will follow.
>
> Feel free to take a look at the code and try it. Just keep in mind that it
> is an highly experimental plugin, it is not meant for regular end users.
>
> Let me know if you find any errors that should be fixed.
>
> [1] https://github.com/Davide-sd/GIMP-style-transfer
>
> Davide.
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


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 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
> different style transfer implementations, and possibly more will follow.
>
> Feel free to take a look at the code and try it. Just keep in mind that it
> is an highly experimental plugin, it is not meant for regular end users.
>
> Let me know if you find any errors that should be fixed.
>
> [1] https://github.com/Davide-sd/GIMP-style-transfer
>
> Davide.
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[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
different style transfer implementations, and possibly more will follow.

Feel free to take a look at the code and try it. Just keep in mind that it
is an highly experimental plugin, it is not meant for regular end users.

Let me know if you find any errors that should be fixed.

[1] https://github.com/Davide-sd/GIMP-style-transfer

Davide.
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list