Recommended to create a Python virtual environment. Install the requirements
pip install -r requirements.txt
py wd.py download
Or directly download the tiles from here
Directory tree should be like this:
dataset/
├─ raw/
│ ├─ RedEdge/
│ ├─ Sequoia/
py wd.py preprocess --subset RedEdge
py wd.py preprocess --subset Sequoia
py wd.py augment --subset RedEdge
py wd.py augment --subset Sequoia
python wd.py experiment --file params/RedEdge/SplitLawin.yaml
Refer to the params folder for the different experiments made