Tile and restitch images and labels for computer vision models.
This is a WIP, not all steps are covered.
- Install Just (currently set for windows).
- Install
poetry
usingpipx
. - Install dependencies using poetry.
cd Annotile
poetry install
Just is used for running formatting and testing jobs.
Run just --list
for a list of all relevant jobs.
Formatting command:
just format
Testing command:
just test
Build docs using mkdocs serve
in the root of the repo.