# GIMP-ML Preprint: [Link](https://arxiv.org/abs/2004.13060)
Set of Machine Learning Python plugins for GIMP. The plugins have been tested with GIMP 2.10 on the following machines:
[1] macOS Catalina 10.15.4
[2] ubuntu 18.04 LTS
[3] ubuntu 20.04 LTS # Screenshot of Menu ![image1](https://github.com/kritiksoman/GIMP-ML/blob/master/screenshot.png) # Installation Steps [1] Install [GIMP](https://www.gimp.org/downloads/).
[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](https://drive.google.com/open?id=1mqzDnxtXQ75lVqlQ8tUeua68lDqUgUVe) (1.22 GB) and save it in gimp-plugins folder.
[5] Open terminal and run :
```bash installGimpML-mac.sh```
```bash moveWeights.sh ```
[6] Open GIMP. # Demo videos on YouTube [![](http://img.youtube.com/vi/U1CieWi--gc/0.jpg)](http://www.youtube.com/watch?v=U1CieWi--gc "")
[![](http://img.youtube.com/vi/HeBgWcXFQpI/0.jpg)](http://www.youtube.com/watch?v=HeBgWcXFQpI "")
[![](http://img.youtube.com/vi/adgHtu4chyU/0.jpg)](http://www.youtube.com/watch?v=adgHtu4chyU "")
[![](http://img.youtube.com/vi/q9Ny5XqIUKk/0.jpg)](http://www.youtube.com/watch?v=q9Ny5XqIUKk "")
[![](http://img.youtube.com/vi/thS8VqPvuhE/0.jpg)](http://www.youtube.com/watch?v=thS8VqPvuhE "")
[![](http://img.youtube.com/vi/kXYsWvOB4uk/0.jpg)](http://www.youtube.com/watch?v=kXYsWvOB4uk "")
[![](http://img.youtube.com/vi/HVwISLRow_0/0.jpg)](http://www.youtube.com/watch?v=HVwISLRow_0 "") # Paper References [1] Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network (https://arxiv.org/abs/1609.04802)
[2] DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better (https://arxiv.org/abs/1908.03826)
[3] Digging into Self-Supervised Monocular Depth Prediction (https://arxiv.org/abs/1806.01260)
[4] BiSeNet: Bilateral Segmentation Network for Real-time Semantic Segmentation (https://arxiv.org/abs/1808.00897)
[5] MaskGAN: Towards Diverse and Interactive Facial Image Manipulation (https://arxiv.org/abs/1907.11922)
[6] Perceptual Losses for Real-Time Style Transfer and Super-Resolution (https://cs.stanford.edu/people/jcjohns/eccv16/)
[7] Rethinking Atrous Convolution for Semantic Image Segmentation (https://arxiv.org/abs/1706.05587)
# Code References The following have been ported :
[1] https://github.com/switchablenorms/CelebAMask-HQ
[2] https://github.com/TAMU-VITA/DeblurGANv2
[3] https://github.com/zllrunning/face-parsing.PyTorch
[4] https://github.com/nianticlabs/monodepth2
[5] https://github.com/zeruniverse/neural-colorization
[6] https://github.com/twtygqyy/pytorch-SRResNet # 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} } ```