climategan / app.py
NimaBoscarino's picture
Create app.py
2096159
raw history blame
No virus
453 Bytes
import os
os.system('git clone git@github.com:NimaBoscarino/climategan.git')
os.system('cd climategan')
os.system('pip install -r requirements-3.8.2.txt')
os.system('mkdir config')
os.system('cd config')
os.system('gdown https://drive.google.com/u/0/uc?id=18OCUIy7JQ2Ow_-cC5xn_hhDn-Bp45N1K')
os.system('unzip release-github-v1.zip')
os.system('cd ..')
os.system('python apply_events.py -b 4 -i ../inputs -r config/model/masker --output_path ../outputs')