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 하위 모듈이 하나 이상 있기 때문입니다. 이는 리모컨을 업데이트할 때 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}
}