Metadata-Version: 2.1
Name: ammod-blob-detector
Version: 0.2.2.1
Summary: Django app, that adds a DB for storing hierarchical labels.
Home-page: https://git.inf-cv.uni-jena.de/AMMOD/blob_detector
License: AGPLv3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Blob Detector

Clone me with `git clone https://git.inf-cv.uni-jena.de/AMMOD/blob_detector.git`

## Description
Blob detection algorithms for insects on a single-color (white) screen.

## Installation

```bash
conda create -n detector python~=3.9.0 opencv~=4.5
conda activate detector
pip install --upgrade pip
pip install -r requirements.txt
```

## Licence
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
