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}
}