Update installGimpML-mac.sh

pull/10/head
kritiksoman 4 years ago committed by GitHub
parent a0727e2a38
commit 3a8df192bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,21 +10,12 @@ if [ ! -d "gimpenv" ]; then
pip install numpy
pip install future
pip install torch
pip install matplotlib
pip install scipy
pip install scikit-image
pip install typing
pip install albumentations
pip install enum
pip install pretrainedmodels
cwd=$(pwd)
echo -e "baseLoc='${cwd}/'\n$(cat colorize.py)" > colorize.py
echo -e "baseLoc='${cwd}/'\n$(cat deblur.py)" > deblur.py
echo -e "baseLoc='${cwd}/'\n$(cat deeplabv3.py)" > deeplabv3.py
echo -e "baseLoc='${cwd}/'\n$(cat facegen.py)" > facegen.py
echo -e "baseLoc='${cwd}/'\n$(cat faceparse.py)" > faceparse.py
echo -e "baseLoc='${cwd}/'\n$(cat monodepth.py)" > monodepth.py
echo -e "baseLoc='${cwd}/'\n$(cat super_resolution.py)" > super_resolution.py
deactivate

Loading…
Cancel
Save