Skip to content

sumanthratna/viewmask

Repository files navigation

viewmask

A Python package and CLI to view XML annotations and NumPy masks.

PyPI version fury.io PyPI downloads HitCount Documentation Status Travis build PyPI license

viewmask is meant to be a quick-and-easy tool for visualizing masks and a quick-and-easy library for working with annotations. For a more powerful library, consider HistomicsTK (see annotations and masks).

Installation

pip

python3 -m pip install --upgrade pip
python3 -m pip install viewmask

or: :

python3 -m pip install --upgrade pip
python3 -m pip install git+git://github.com/sumanthratna/viewmask.git#egg=viewmask

Poetry

poetry run python -m pip install --upgrade pip
poetry add viewmask

or: :

poetry run python -m pip install --upgrade pip
poetry add git+https://github.com/sumanthratna/viewmask.git