High_Resolution_Image_Inpainting icon indicating copy to clipboard operation
High_Resolution_Image_Inpainting copied to clipboard

Can't locate GIMP plugin, where should it be located at GIMP menu?

Open roimulia2 opened this issue 4 years ago • 7 comments

Hey there,

I've installed the GIMP plugin, but I can't find it. Where should it be located at GIMP menu?

roimulia2 avatar May 19 '21 13:05 roimulia2

Hi! You can find it in Layer -> Inpainting as shown in the demo https://www.youtube.com/watch?v=7jvqBwRoaVo&t=11

Where should it be located at GIMP menu?

a-mos avatar May 19 '21 15:05 a-mos

Thanks! Will test it tomorrow and update here!

roimulia2 avatar May 19 '21 21:05 roimulia2

Hey there,

I tried to install the plugin step by step (running Mac OS Big Sur 11.1 (20C69)), installing as the instructions are saying, on the latest version of GIMP, but it doesn't show up under Layer tab. Tried on a different mac as well, still not showing up. Any idea what could it be?

roimulia2 avatar May 20 '21 11:05 roimulia2

Hey there,

I tried to install the plugin step by step (running Mac OS Big Sur 11.1 (20C69)), installing as the instructions are saying, on the latest version of GIMP, but it doesn't show up under Layer tab. Tried on a different mac as well, still not showing up. Any idea what could it be?

Just pushed fix and tested locally on BigSur 11.3.1. The problem was in opencv deprecation. Also check that when you run the 'installGimpML.sh' script, a folder gimp-plugins/gimpenv/lib/python2.7 created and not python3... since gimp support only python2.

a-mos avatar May 20 '21 17:05 a-mos

I messed up my Mac Default Python, for me, it's printing 3.8. Any recommendations on how to install with if my default python version is not 2.7?

roimulia2 avatar May 21 '21 11:05 roimulia2

Also, side question :)

Is it possible to use it with mobile hardware? In terms of performance and efficiency? If not, what can I do to optimize it to work on mobile hardware?

roimulia2 avatar May 21 '21 12:05 roimulia2

2.7?

You can run the installation script by manually writing the paths to the python2 interpreter on your device. Or use environments like Conda. Also, I cannot answer about the transfer to mobile devices, since this is not my area of research.

a-mos avatar May 21 '21 18:05 a-mos