Skip to content

crlna16/ai4eo-map-your-city

Repository files navigation

AI4EO-MapYourCity

PyTorch Lightning Config: Hydra Template Template

Description

AI4EO Map Your City Challenge

Quickstart

Create the pipeline environment and install the ai4eo_mapyourcity package

Before using the template, one needs to install the project as a package.

  • First, create a virtual environment.

You can either do it with conda (preferred) or venv.

  • Then, activate the environment
  • Finally, install the project as a package. Run:
pip install -e .

Run the default example

Default example:

python scripts/train.py
# or python scripts/test.py