a-mos / High_Resolution_Image_Inpainting

https://arxiv.org/abs/2104.13464
Other
37 stars 6 forks source link

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

Open roimulia2 opened 3 years ago

roimulia2 commented 3 years ago

Hey there,

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

a-mos commented 3 years ago

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?

roimulia2 commented 3 years ago

Thanks! Will test it tomorrow and update here!

roimulia2 commented 3 years ago

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?

a-mos commented 3 years ago

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.

roimulia2 commented 3 years ago

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 commented 3 years ago

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?

a-mos commented 3 years ago

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.