https://github.com/sumanthratna/viewmask
A Python package and CLI to visualize image segmentation masks.
https://github.com/sumanthratna/viewmask
computational-biology computer-vision digital-pathology image-processing image-segmentation
Last synced: about 1 year ago
JSON representation
A Python package and CLI to visualize image segmentation masks.
- Host: GitHub
- URL: https://github.com/sumanthratna/viewmask
- Owner: sumanthratna
- License: mit
- Created: 2020-03-14T21:24:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T10:16:05.000Z (over 3 years ago)
- Last Synced: 2025-03-08T09:30:25.422Z (over 1 year ago)
- Topics: computational-biology, computer-vision, digital-pathology, image-processing, image-segmentation
- Language: Python
- Homepage: https://viewmask.readthedocs.io
- Size: 9.77 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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|
.. |PyPI version fury.io| image:: https://badge.fury.io/py/viewmask.svg
:target: https://pypi.python.org/pypi/viewmask/
.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/viewmask
:target: https://pypistats.org/packages/viewmask
.. |HitCount| image:: https://hits.dwyl.com/sumanthratna/viewmask.svg
:target: https://hits.dwyl.com/sumanthratna/viewmask
.. |Documentation Status| image:: https://readthedocs.org/projects/viewmask/badge/?version=latest
:target: https://viewmask.readthedocs.io/?badge=latest
.. |Travis build| image:: https://travis-ci.com/sumanthratna/viewmask.svg?branch=master
:target: https://travis-ci.com/sumanthratna/viewmask
.. |PyPI license| image:: https://img.shields.io/pypi/l/viewmask.svg
:target: https://pypi.python.org/pypi/viewmask/
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