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.
GIMP-ML/README.md

59 lines
4.2 KiB
Markdown

4 years ago
<img src="https://github.com/kritiksoman/tmp/blob/master/cover.png" width="1280" height="180"> <br>
4 years ago
# Semantics for GNU Image Manipulation Program
4 years ago
### [<img src="https://github.com/kritiksoman/tmp/blob/master/yt.png" width="70" height="50">](https://www.youtube.com/channel/UCzZn99R6Zh0ttGqvZieT4zw) [<img src="https://github.com/kritiksoman/tmp/blob/master/inst.png" width="50" height="50">](https://www.instagram.com/explore/tags/gimpml/) [<img src="https://github.com/kritiksoman/tmp/blob/master/arxiv.png" width="100" height="50">](https://arxiv.org/abs/2004.13060) [<img src="https://github.com/kritiksoman/tmp/blob/master/manual.png" width="100" height="50">](https://github.com/kritiksoman/GIMP-ML/wiki/User-Manual) [<img src="https://github.com/kritiksoman/tmp/blob/master/ref.png" width="100" height="50">](https://github.com/kritiksoman/GIMP-ML/wiki/References) [<img src="https://github.com/kritiksoman/tmp/blob/master/wiki.png" width="100" height="30">](https://en.wikipedia.org/wiki/GIMP#Extensions)<br>
4 years ago
4 years ago
:star: :star: :star: :star: are welcome. New tools will be added and existing will be improved with time.<br>
4 years ago
4 years ago
Updates: <br>
4 years ago
[October 31] Use super-resolution as a filter for medium/large images. (Existing users should be able to update.)<br>
4 years ago
[October 17] Added image enlightening.<br>
4 years ago
[September 27] Added Force CPU use button and minor bug fixes. <br>
4 years ago
[August 28] Added deep learning based dehazing and denoising. <br>
4 years ago
[August 25] Simplified installation and updating method. <br>
4 years ago
[August 2] Added deep matting and k-means. <br>
4 years ago
[July 17] MonoDepth and Colorization models have been updated. <br>
4 years ago
4 years ago
# Screenshot of Menu
4 years ago
![image1](https://github.com/kritiksoman/tmp/blob/master/screenshot.png)
4 years ago
4 years ago
# Installation Steps
4 years ago
[1] Install [GIMP](https://www.gimp.org/downloads/) 2.10.<br>
4 years ago
[2] Clone this repository: git clone https://github.com/kritiksoman/GIMP-ML.git <br>
4 years ago
[3] Open terminal, go to GIMP-ML/gimp-plugins and run : <br>
4 years ago
```bash installGimpML.sh```<br>
4 years ago
[4] Open GIMP and go to Preferences -> Folders -> Plug-ins, add the folder gimp-plugins and restart GIMP. <br>
4 years ago
[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)<br>
4 years ago
Manual install description if above is not working: [Link](https://github.com/kritiksoman/GIMP-ML/blob/master/INSTALLATION.md) <br>
4 years ago
4 years ago
# Update Steps
4 years ago
[1] Go to Layer->GIMP-ML->update, click on ok with "update weights" set to NO and restart GIMP. <br>
[2] Go to Layer->GIMP-ML->update, click on ok with "update weights" set to YES and restart GIMP. <br>
4 years ago
4 years ago
# 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}
}
```
4 years ago
4 years ago
# Tools
4 years ago
| Name | License | Dataset |
4 years ago
| ------------- |:-------------:| :-------------:|
| facegen | [CC BY-NC-SA 4.0](https://github.com/switchablenorms/CelebAMask-HQ#dataset-agreement) | CelebAMask-HQ |
| deblur | [BSD 3-clause](https://github.com/VITA-Group/DeblurGANv2/blob/master/LICENSE) | GoPro |
| faceparse | [MIT](https://github.com/zllrunning/face-parsing.PyTorch/blob/master/LICENSE) | CelebAMask-HQ |
| deepcolor | [MIT](https://github.com/junyanz/interactive-deep-colorization/blob/master/LICENSE) | ImageNet |
| monodepth | [MIT](https://github.com/intel-isl/MiDaS/blob/master/LICENSE) | [Multiple](https://arxiv.org/pdf/1907.01341v3.pdf) |
| super-resolution | [MIT](https://github.com/twtygqyy/pytorch-SRResNet/blob/master/LICENSE) | ImageNet |
4 years ago
| deepmatting | [Non-commercial purposes](https://github.com/poppinace/indexnet_matting/blob/master/Adobe%20Deep%20Image%20Mattng%20Dataset%20License%20Agreement.pdf) | Adobe Deep Image Matting |
4 years ago
| semantic-segmentation | MIT | COCO |
4 years ago
| kmeans | [BSD](https://github.com/scipy/scipy/blob/master/LICENSE.txt) | - |
| deep-dehazing | [MIT](https://github.com/MayankSingal/PyTorch-Image-Dehazing/blob/master/LICENSE) | [Custom](https://sites.google.com/site/boyilics/website-builder/project-page) |
| deep-denoising | [GPL3](https://github.com/SaoYan/DnCNN-PyTorch/blob/master/LICENSE) | BSD68 |
4 years ago
| enlighten | [BSD](https://github.com/VITA-Group/EnlightenGAN/blob/master/License) | [Custom](https://arxiv.org/pdf/1906.06972.pdf) |