eie earth public
1.0.0
这是地球智能引擎的官方存储库。该代码训练和评估深度生成视觉模型 (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 子模块用于托管模型。这意味着您在更新遥控器时需要运行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}
}