You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
kritiksoman 9ca028cf19
Update installGimpML.sh
4 years ago
gimp-plugins Update installGimpML.sh 4 years ago
README.md Update README.md 4 years ago
screenshot.png Add files via upload 4 years ago

README.md

GIMP-ML

Wiki Instagram Medium Preprint YouTube

Semantics for GNU Image Manipulation Program.
Updates:
[July 17] MonoDepth and Colorization models have been updated.

Screenshot of Menu

image1

Installation Steps

[1] Install GIMP.
[2] Clone this repository: git clone https://github.com/kritiksoman/GIMP-ML.git
[3] Open GIMP and go to Preferences -> Folders -> Plug-ins, add the folder gimp-plugins and close GIMP.
[4] Download weights.zip (1.22 GB) and save it in gimp-plugins folder.
[5] Open terminal and run :
bash installGimpML.sh
bash moveWeights.sh
[6] Open GIMP.

Common Issues

[1] No output on running plugin: Please right click on layer and remove alpha channel before using plugins.
[2] GIMP-ML menu not visible: Do following and restart GIMP.

sudo apt install gimp-python
cd gimp-plugins
chmod -x *
chmod +x *.py

[3] colorize plugin not working: Switch to grayscale mode before running plugin. (Image->Mode->Grayscale)

Citation

Please cite using the following bibtex entry:

@article{soman2020GIMPML,
  title={GIMP-ML: Python Plugins for using Computer Vision Models in GIMP},
  author={Soman, Kritik},
  journal={arXiv preprint arXiv:2004.13060},
  year={2020}
}