Giter Club home page Giter Club logo

loan's Introduction

Python 3.10 Pytorch 1.12.1 License MIT

LOAN

"Location-aware Adaptive Normalization: A Deep Learning Approach for Wildfire Danger Forecasting" by Mohamad Hakam Shams Eddin, Ribana Roscher and Juergen Gall. Published in IEEE Transactions on Geoscience and Remote Sensing

Example Mapping

Setup

For conda, you can install dependencies using yml file:

  conda env create -f environment.yml

or using requirements.txt:

  conda create --name LOAN --file requirements.txt

For pip:

  pip install -r requirements.txt

Code

The code has been tested under Pytorch 1.12.1 and Python 3.10.6 on Ubuntu 20.04.5 LTS with NVIDIA GeForce RTX 3090 GPU.

The dataloader for FireCube dataset:

  FireCube_dataloader.py

For training:

  train.py

For testing:

  test.py

Example d

Example d

Dataset

To train on FireCube dataset, You can download the training/testing samples from https://zenodo.org/record/6528394 (~250GB).

Compress the zip file of the datasets.tar.gz and copy the file mean_std_train.json into the directory datasets/datasets_grl/npy/spatiotemporal

To train on another dataset, you need to create a new dataloader file like FireCube_dataloader.py

Checkpoints

Pretrained models can be downloaded from pretrained_models

Citation

If you find our work useful in your research, please cite:

@ARTICLE{LOAN,
  author={Shams Eddin, Mohamad Hakam and Roscher, Ribana and Gall, Juergen},
  journal={IEEE Transactions on Geoscience and Remote Sensing}, 
  title={Location-Aware Adaptive Normalization: A Deep Learning Approach for Wildfire Danger Forecasting}, 
  year={2023},
  volume={61},
  number={},
  pages={1-18},
  doi={10.1109/TGRS.2023.3285401}}

  
@article{LOAN,
  title={Location-aware Adaptive Denormalization: A Deep Learning Approach For Wildfire Danger Forecasting},
  author={Mohamad Hakam Shams Eddin and Ribana Roscher and Juergen Gall},
  journal={ArXiv},
  year={2022},
  volume={abs/2212.08208}}

Acknowledgments

This work was funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) within the Collaborative Research Centre SFB 1502/1โ€“2022 - DETECT - D05.

License

The code is released under MIT License. See the LICENSE file for details.

loan's People

Contributors

hakamshams avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

rongtongxueya

loan's Issues

Qualitative results

image

Fantastic work! I am curious about how you performed this visualization(eg. Fig. 6.). Is there any code available for reference?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.