climategan / app.py
NimaBoscarino's picture
please...
5bc2e95
raw history blame
No virus
307 Bytes
import os
os.system('gdown https://drive.google.com/u/0/uc?id=18OCUIy7JQ2Ow_-cC5xn_hhDn-Bp45N1K')
os.system('unzip release-github-v1.zip')
os.system('mkdir config')
os.system('mv model config')
os.system('python apply_events.py -b 1 -i ./inputs -r config/model/masker --output_path ./outputs --overwrite')