syu-tan / ChaBuD-ECML-PKDD2023-solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

competitions/ChaBuD-ECML-PKDD2023

Competition: https://huggingface.co/spaces/competitions/ChaBuD-ECML-PKDD2023

difficult

Dataset

https://huggingface.co/datasets/chabud-team/chabud-ecml-pkdd2023

@article{ title={CaBuAr: California Burned Areas dataset for delineation}, author={Rege Cambrin, Daniele; Colomba, Luca; Garza, Paolo}, journal={IEEE Geoscience and Remote Sensing Magazine}, doi={10.1109/MGRS.2023.3292467}, year={2023} }

Sample

duplicated

Predict

hard

Modeling Method

mrps

Environment

Anaconda

conda create -n wildfire  python=3.8
conda activate wildfire
pip install -r env/requirements.txt

# CUDA version
## 3090 Ampare CUDA: 11.2
pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
## or your CUDA Driver version

Contributors

Report

About

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%