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

31 lines
1.2 KiB
Markdown

4 years ago
# GIMP-ML
4 years ago
Set of Machine Learning Python plugins for GIMP.
4 years ago
4 years ago
4 years ago
The plugins have been tested with GIMP 2.10 on the following machines: <br>
[1] macOS Catalina 10.15.3 <br>
4 years ago
[2] ubuntu 18.04 LTS
4 years ago
# Installation Steps
[1] Install [GIMP](https://www.gimp.org/downloads/).<br>
[2] Clone this repository: git clone https://github.com/kritiksoman/GIMP-ML.git <br>
[3] Open GIMP and go to Preferences -> Folders -> Plug-ins, add the folder gimp-plugins and close GIMP. <br>
4 years ago
[4] Download the [weights](https://drive.google.com/open?id=1mqzDnxtXQ75lVqlQ8tUeua68lDqUgUVe) and save it in gimp-plugins folder. <br>
4 years ago
[5] Open terminal and run : <br>
4 years ago
```bash moveWeights.sh ```
<br>
```bash installGimpML-mac.sh```<br>
4 years ago
[6] Open GIMP.
4 years ago
# Applications on YouTube
[1] [![](http://img.youtube.com/vi/U1CieWi--gc/0.jpg)](http://www.youtube.com/watch?v=U1CieWi--gc "Youtube Tutorials")
# References
The following have been ported : <br>
[1] https://github.com/switchablenorms/CelebAMask-HQ <br>
[2] https://github.com/TAMU-VITA/DeblurGANv2 <br>
[3] https://github.com/zllrunning/face-parsing.PyTorch <br>
[4] https://github.com/nianticlabs/monodepth2 <br>
[5] https://github.com/richzhang/colorization <br>
[6] https://github.com/twtygqyy/pytorch-SRResNet