s3a


Names3a JSON
Version 0.7.0 PyPI version JSON
download
home_page
SummarySemantic labeling made simple
upload_time2022-12-12 04:41:26
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords semantic labeling image annotation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
<img src="https://gitlab.com/s3a/s3a/-/wikis/imgs/home/s3alogo-square.svg" width="150px"/>
<h1>Semi-Supervised Semantic Annotator (S3A)</h1>

[![pipeline status](https://gitlab.com/s3a/s3a/badges/development/pipeline.svg)](https://gitlab.com/s3a/s3a/-/commits/development)
[![coverage report](https://gitlab.com/s3a/s3a/badges/development/coverage.svg)](https://gitlab.com/s3a/s3a/-/commits/development)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/ntjess/s3a.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ntjess/s3a/alerts/)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ntjess/s3a.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ntjess/s3a/context:python)
[![SonarCloud](https://img.shields.io/static/v1?label=Scanned%20On&message=SonarCloud&color=orange)](https://sonarcloud.io/summary/new_code?id=s3a_s3a)

<img src="https://gitlab.com/s3a/s3a/-/wikis/s3a-window.jpg" width="75%"/>
</div>

## Description

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, or directly from pypi:

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

# Or from pypi using "pip install s3a"
```

Note that a version of OpenCV and Qt binding are required for S3A to work. These can be installed for you with the "full" option:
```bash
pip install -e ./s3a[full]
# Or "pip install s3a[full]"
```

## Running the App
Running the app is as easy as calling `s3a` as a module or using a provided entry point:
```bash
python -m s3a
```
Or, equivalently:
```bash
s3a-gui
```


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).

## <span style="color:red">Please Note</span>
S3A's programmatic API is still largely under development. It still needs refinement to allow for consistent naming schemes, removing vestigial elements, confirming private vs. public-facing elements, and a few other line items. However, the graphical interface should be minimally affected by these alterations.

Thus, while the GUI entry point should be consistently useful, be aware of these developments when using the scripting portion of S3A in great detail.

## License

This tool is free for personal and commercial use (except the limits imposed by the selected Qt binding). 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


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "s3a",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "semantic,labeling,image,annotation",
    "author": "",
    "author_email": "Nathan Jessurun <ntjessu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/38/e2/22fbf3f2ef5f86c1d634232e38555e71e937cab61db0116eb37f6fffed01/s3a-0.7.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\r\n<img src=\"https://gitlab.com/s3a/s3a/-/wikis/imgs/home/s3alogo-square.svg\" width=\"150px\"/>\r\n<h1>Semi-Supervised Semantic Annotator (S3A)</h1>\r\n\r\n[![pipeline status](https://gitlab.com/s3a/s3a/badges/development/pipeline.svg)](https://gitlab.com/s3a/s3a/-/commits/development)\r\n[![coverage report](https://gitlab.com/s3a/s3a/badges/development/coverage.svg)](https://gitlab.com/s3a/s3a/-/commits/development)\r\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/ntjess/s3a.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ntjess/s3a/alerts/)\r\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/ntjess/s3a.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/ntjess/s3a/context:python)\r\n[![SonarCloud](https://img.shields.io/static/v1?label=Scanned%20On&message=SonarCloud&color=orange)](https://sonarcloud.io/summary/new_code?id=s3a_s3a)\r\n\r\n<img src=\"https://gitlab.com/s3a/s3a/-/wikis/s3a-window.jpg\" width=\"75%\"/>\r\n</div>\r\n\r\n## Description\r\n\r\nA highly adaptable tool for both visualizing and generating semantic annotations for generic images.\r\n\r\nMost 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.\r\n\r\n___\r\n\r\nA more detailed overview can be found in the project wiki [here](https://gitlab.com/ficsresearch/s3a/-/wikis/docs/user's-guide).\r\n\r\n___\r\n\r\n## Installation\r\n\r\nThe easiest method for installing `s3a` is via `pip` after cloning the repository, or directly from pypi:\r\n\r\n```bash\r\ngit clone https://gitlab.com/ficsresearch/s3a\r\npip install -e ./s3a\r\n\r\n# Or from pypi using \"pip install s3a\"\r\n```\r\n\r\nNote that a version of OpenCV and Qt binding are required for S3A to work. These can be installed for you with the \"full\" option:\r\n```bash\r\npip install -e ./s3a[full]\r\n# Or \"pip install s3a[full]\"\r\n```\r\n\r\n## Running the App\r\nRunning the app is as easy as calling `s3a` as a module or using a provided entry point:\r\n```bash\r\npython -m s3a\r\n```\r\nOr, equivalently:\r\n```bash\r\ns3a-gui\r\n```\r\n\r\n\r\nFrom 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.\r\n\r\n## Detailed Feature List\r\n\r\nMore information about the capabilities of this tool are outlined in the [project wiki](https://gitlab.com/ficsresearch/s3a/-/wikis/home).\r\n\r\n## <span style=\"color:red\">Please Note</span>\r\nS3A's programmatic API is still largely under development. It still needs refinement to allow for consistent naming schemes, removing vestigial elements, confirming private vs. public-facing elements, and a few other line items. However, the graphical interface should be minimally affected by these alterations.\r\n\r\nThus, while the GUI entry point should be consistently useful, be aware of these developments when using the scripting portion of S3A in great detail.\r\n\r\n## License\r\n\r\nThis tool is free for personal and commercial use (except the limits imposed by the selected Qt binding). If you publish something based on results obtained through this app, please cite the following papers:\r\n\r\nJessurun, 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\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Semantic labeling made simple",
    "version": "0.7.0",
    "split_keywords": [
        "semantic",
        "labeling",
        "image",
        "annotation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d797ab3e57b17427e0bbf17cdb758210",
                "sha256": "056c9a76bf4c64cb84c30911bbcb16e2aacefc01f252fdf9bc95b6c59d9af7df"
            },
            "downloads": -1,
            "filename": "s3a-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d797ab3e57b17427e0bbf17cdb758210",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 267620,
            "upload_time": "2022-12-12T04:41:23",
            "upload_time_iso_8601": "2022-12-12T04:41:23.438682Z",
            "url": "https://files.pythonhosted.org/packages/ad/c8/4df088cea24e6a7b13d5c47ea4eaa2e540a3393b822c18def0c01ba7dd03/s3a-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b2bb1e8c9e05712490ef65d45ad16ffe",
                "sha256": "ab5ad8a7e3b5152271c3d6d37cdfd3396c83b77793d2c637d2ff4d2e775a6b5e"
            },
            "downloads": -1,
            "filename": "s3a-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b2bb1e8c9e05712490ef65d45ad16ffe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 255499,
            "upload_time": "2022-12-12T04:41:26",
            "upload_time_iso_8601": "2022-12-12T04:41:26.016358Z",
            "url": "https://files.pythonhosted.org/packages/38/e2/22fbf3f2ef5f86c1d634232e38555e71e937cab61db0116eb37f6fffed01/s3a-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 04:41:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "s3a"
}
        
Elapsed time: 0.02104s