Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yurujaja authored Sep 25, 2024
1 parent a5e9f7e commit ca40b6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The repository supports the following **tasks** using geospatial (foundation) mo
- [single temporal regression](#single-temporal-regression)
- [multi-temporal regression](#multi-temporal-regression)

It is also possible to train some [supervised baselines](#-fully-supervised-training), based on UNet.
It is also possible to train some [supervised baselines](#-fully-supervised-baseline), based on UNet.

## 🗺️ Datasets details
Please refer to [**Dataset Guide**](DATASET_GUIDE.md) to understand the processing requirements and commands specific to each dataset.
Expand Down Expand Up @@ -86,6 +86,9 @@ We provide several ways to install the dependencies.
source ${GFMBENCH_PATH}/bin/activate
pip install -r requirements.txt
# install the code repo as a package
pip install -e .
```

## 🏋️ Training
Expand Down

0 comments on commit ca40b6c

Please sign in to comment.