Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 498 Bytes

Downscaling

Climate Downscaling using Computer Vision Techniques

This is a python implementation for the KDD 2020 paper "Climate Downscaling Using YNet: a Deep Convolutional Network with Skip Connections and Fusion"

Usage:

  1. Place the src folder and data folder in your own folder (say /Downscaling/) to form those two folders:

/Downscaling/src/

/Downscaling/data/

  1. cd to src folder run main.py

  2. Results are saved in /Downscaling/results/ folder.

Tested environment: Python 3.6