cc-ai / climategan

Code and pre-trained model for the algorithm generating visualisations of 3 climate change related events: floods, wildfires and smog.
https://thisclimatedoesnotexist.com
GNU General Public License v3.0
72 stars 18 forks source link

Apply events #176

Closed vict0rsch closed 3 years ago

vict0rsch commented 3 years ago

Applying all the events to images in a directory

cd <somewhere>
gsutil -m cp -R gs://vicc-ai-test-data/tests-v1 .
git clone git@github.com:cc-ai/omnigan.git
cd omnigan
git checkout apply-events
python apply_events.py -i ../tests-v1/images -r ../tests-v1/model -o ../tests-v1/outputs -t

⚠️ gs://vicc-ai-test-data is not public, you need read access.