Implementation of shape grammars with deep learning template matching in GIMP 3.
This plugin is not fully implemented yet!
The plug-in is implemented in Python 3, so you need the 2.99 development version of GIMP to install it. To get the GIMP development version install flatpak if you haven't already:
sudo apt install flatpakAdd repositories to flatpak:
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepoInstall GIMP:
flatpak install flathub-beta org.gimp.GIMPTest if Gimp installation is working:
flatpak run org.gimp.GIMP//betaUnder Filter > Development > Python-Fu > Python Console you should see something like:
GIMP 2.99.10 Python Console
Python 3.9.9 (main, Nov 10 2011, 15:00:00)
[GCC 11.2.0]Now close GIMP, and get the pip3 installation script:
wget https://bootstrap.pypa.io/get-pip.pyRun the script with the Gimp internal Python 3 interpreter:
flatpak run --command=python org.gimp.GIMP get-pip.pyNow position yourself into the folder where you have downloaded Deep Shape Grammars and install the requirements.txt:
flatpak run --command=python org.gimp.GIMP -m pip install -r requirements.txtNow with everything setup, run the installation script:
./install.shStart GIMP again, and if everything worked well, you should now see Deep Shape Grammars in the Filters > Artistic menu.