Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 631 Bytes

File metadata and controls

43 lines (30 loc) · 631 Bytes

Annotile


Tile and restitch images and labels for computer vision models.

Getting Started


Installation


This is a WIP, not all steps are covered.

  1. Install Just (currently set for windows).
  2. Install poetry using pipx.
  3. Install dependencies using poetry.
cd Annotile
poetry install

Dev tools


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

Docs


Build docs using mkdocs serve in the root of the repo.