File size: 350 Bytes
2096159
 
 
 
 
 
5a1d8d7
438d433
6e601ed
1
2
3
4
5
6
7
8
9
10
import os
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('ls -R')
os.system('python apply_events.py -b 1 -i ./inputs -r climategan/config/model/masker --output_path ./outputs --overwrite')