a-mos / High_Resolution_Image_Inpainting

https://arxiv.org/abs/2104.13464

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

roimulia2 opened this issue · comments

Hey there,

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

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?

Thanks! Will test it tomorrow and update here!

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?

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.

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?

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?

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.