Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumanthratna/viewmask
A Python package and CLI to visualize segmentation masks.
https://github.com/sumanthratna/viewmask
computational-biology computer-vision digital-pathology image-processing image-segmentation
Last synced: about 2 months ago
JSON representation
A Python package and CLI to visualize segmentation masks.
- Host: GitHub
- URL: https://github.com/sumanthratna/viewmask
- Owner: sumanthratna
- License: mit
- Created: 2020-03-14T21:24:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T10:16:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-27T05:43:05.190Z (8 months ago)
- Topics: computational-biology, computer-vision, digital-pathology, image-processing, image-segmentation
- Language: Python
- Homepage: https://viewmask.readthedocs.io
- Size: 9.77 MB
- Stars: 3
- 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 viewmaskor:
::python3 -m pip install --upgrade pip
python3 -m pip install git+git://github.com/sumanthratna/viewmask.git#egg=viewmaskPoetry
------------
::poetry run python -m pip install --upgrade pip
poetry add viewmaskor:
::poetry run python -m pip install --upgrade pip
poetry add git+https://github.com/sumanthratna/viewmask.git