WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

AdharshKan42/Annotile

Repository files navigation

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.