Metadata-Version: 2.1
Name: s3a
Version: 0.4.13
Summary: Semantic labeling made simple
Home-page: https://gitlab.com/ficsresearch/s3a
Author: Nathan Jessurun
Author-email: njessurun@ufl.edu
License: MIT
Download-URL: https://gitlab.com/ficsresearch/s3a
Keywords: semantic,labeling,image,annotation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7.*
Description-Content-Type: text/markdown
Requires-Dist: opencv-python (>=4.1.2.30)
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: PyQt5 (>=5.11)
Requires-Dist: pyqtgraph (>=0.12.1)
Requires-Dist: Pillow
Requires-Dist: qdarkstyle
Requires-Dist: matplotlib
Requires-Dist: utilitys (>=0.3.23)
Requires-Dist: typing-extensions ; python_version < "3.8"
Requires-Dist: importlib-metadata ; python_version < "3.8"

[![pipeline status](https://gitlab.com/ficsresearch/s3a/badges/development/pipeline.svg)](https://gitlab.com/ficsresearch/s3a/-/commits/development)
[![coverage report](https://gitlab.com/ficsresearch/s3a/badges/development/coverage.svg)](https://gitlab.com/ficsresearch/s3a/-/commits/development)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=ficsresearch_s3a&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=ficsresearch_s3a)

# Semi-Supervised Semantic Annotator (S3A)

A highly adaptable tool for both visualizing and generating semantic annotations for generic images.

Most software solutions for semantic (pixel-level) labeling are designed for low-resolution (<10MB) images with fewer than 10 components of interest. Violating either constraint (e.g. using a high-res image or annotating ~1000 components) incur detrimental performance impacts. S3A is designed to combat both these deficiencies. With images up to 150 MB and 2000 components, the tool remains interactive.

___

A more detailed overview can be found in the project wiki [here](https://gitlab.com/ficsresearch/s3a/-/wikis/docs/user's-guide).

___

## Installation

The easiest method for installing `s3a` is via `pip` after cloning the repository:

```bash
git clone https://gitlab.com/ficsresearch/s3a
pip install -e ./s3a
```

## Running the App
Running the app is as easy as calling `s3a` as a module:
`python -m s3a`

From here, projects can be created to host groups of related images, or images can be annotated in the default project. Both options are available through the `File` menu.

## Detailed Feature List

More information about the capabilities of this tool are outlined in the [project wiki](https://gitlab.com/ficsresearch/s3a/-/wikis/home).


## License

This tool is free for personal and commercial use (except the limits imposed by the PyQt5 library). If you publish something based on results obtained through this app, please cite the following papers:

Jessurun, N., Paradis, O., Roberts, A., & Asadizanjani, N. (2020). Component Detection and Evaluation Framework (CDEF): A Semantic Annotation Tool. Microscopy and Microanalysis, 1-5. doi:10.1017/S1431927620018243



