eie earth public
1.0.0
これは Earth Intelligence Engine の公式リポジトリです。このコードは、ディープ ジェネレーティブ ビジョン モデル (GAN) をトレーニングおよび評価して、将来の洪水の物理的に一貫した画像を合成します。このコードは、航空画像で洪水セグメンテーション モデルもトレーニングします。
git clone --recursive [email protected]:blutjens/earth-eie.git
cd earth-eie
conda env create -f conda.yaml
conda activate eie_vision
pip install -e .
conda を使用して環境をセットアップすることをお勧めします。 conda に慣れていない場合は、この概要を読んでください。
git clone --recursive
使用する理由モデルをホストするための git サブモジュールが少なくとも 1 つあるためです。これは、リモートを更新するときにgit submodule update
実行する必要があることを意味します。
私たちの完全なデータセット、eie-earth-intelligence-engine は、huggingface で入手できます。 git lfs 経由でデータセットをダウンロードするには、データセットの README.md の指示に従ってください。
- archive: legacy code and documents
- configs: hyperparameters for the tested models
- data: placeholder for raw, interim, and processed data
- docs: documentation, references, and figures
- pretrained: placeholder for model checkpoints
- results: generated imagery
- sandbox: prototyping scripts and notebooks
- scripts: important scripts and notebooks
- src: model source code, forked from existing git repositories
- temp: temporary results while training the models
@article{lutjens2024eie,
author = {Lütjens, Björn and Leshchinskiy, Brandon and Boulais, Océane and Chishtie, Farrukh and Díaz-Rodríguez, Natalia and Masson-Forsythe, Margaux and Mata-Payerro, Ana and Requena-Mesa, Christian and Sankaranarayanan, Aruna and Piña, Aaron and Gal, Yarin and Raïssi, Chedy and Lavin, Alexander and Newman, Dava},
journal={IEEE Transactions on Geoscience and Remote Sensing},
title={Generating Physically-Consistent Satellite Imagery for Climate Visualizations},
year = {2024},
doi={10.1109/TGRS.2024.3493763}
}