# Semantics for GNU Image Manipulation Program ### :fast_forward: [YouTube](https://www.youtube.com/channel/UCzZn99R6Zh0ttGqvZieT4zw) :fast_forward: [Instagram](https://www.instagram.com/explore/tags/gimpml/) :fast_forward: [Manual](https://github.com/kritiksoman/GIMP-ML/wiki/User-Manual) :fast_forward: [Preprint](https://arxiv.org/abs/2004.13060) :fast_forward: [Medium](https://medium.com/@kritiksoman) :fast_forward:
:star: :star: :star: :star: are welcome. New tools will be added with time.
Updates:
[August 25] Simplified installation and updating method.
[August 2] Added deep matting and k-means.
[July 17] MonoDepth and Colorization models have been updated.
# Screenshot of Menu ![image1](https://github.com/kritiksoman/tmp/blob/master/screenshot.png) # Installation Steps [1] Install [GIMP](https://www.gimp.org/downloads/) 2.10.
[2] Clone this repository: git clone https://github.com/kritiksoman/GIMP-ML.git
[3] Open terminal, go to GIMP-ML/gimp-plugins and run :
```bash installGimpML.sh```
[4] Open GIMP and go to Preferences -> Folders -> Plug-ins, add the folder gimp-plugins and restart GIMP.
[5] Go to Layer->GIMP-ML->update, click on ok with "update weights" set to yes and restart GIMP. (Weights ~ 1.5GB will be downloaded)
# Update Steps [1] Go to Layer->GIMP-ML->update, click on ok with "update weights" set to yes and restart GIMP.
# 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} } ``` # License | Tools | License | | ------------- |:-------------:| | facegen | CC BY-NC-SA 4.0 | | deblur | BSD 3-clause | | faceparse | MIT | | deepcolor | MIT | | monodepth | MIT | | super-resolution | MIT | | deepmatting | Non-commercial purposes | | deeplab | MIT | | kmeans | BSD |