Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.41 KB

README.rst

File metadata and controls

57 lines (41 loc) · 1.41 KB

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

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