Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.94 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.94 KB

Multi Land-use/Land-cover Translation Network

This repo is still subject to change. In paricular, we will improve the README installation procedure, the code comments and the influence of each parameter. This github repository follow the structure proposed by Hager Rady and Mo'men AbdelRazek. For more information on the repository structure, and how to handle launch of the code refers to this github repo.

Installation

  1. Clone the repository
  2. Inside the data folder download and unzip the dataset zenodo archive. Read the dataset README for more information.
  3. Either Use anaconda to install required python module or replicate the environment used for our experimentation using the environement.yml file provided (note that this environment holds some unnecessary module )

launch

  • default parameters used for our experimentation are provided in the config folder
  • to launch an experiment use the run.sh file after choosing the desired config file.

#Tips for Custom dataset.

If you want to use a custom dataset you need :

  1. To crop your maps in tiles with a reasonable width (big tiles wont fit in memory, small one will give few spatial context information ).
  2. Either store them in an hdf5 with the same attribute as those describe in the zenodo archive README or adapt the datasets/landcover_to_landcover.py file to read your folder.

Acknowledgement

License:

This project is licensed under MIT License - see the LICENSE file for details