Metadata-Version: 2.1
Name: smqtk-detection
Version: 0.19.0
Summary: Algorithms, data structures and utilities around performing detection of inputs
Home-page: https://github.com/Kitware/SMQTK-Detection
License: BSD-3-Clause
Author: Kitware, Inc.
Author-email: smqtk-developers@kitware.com
Requires-Python: >=3.6.2,<3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: centernet
Provides-Extra: torch
Requires-Dist: numba (>=0.53.0,<0.54.0); extra == "centernet"
Requires-Dist: opencv-python (>=4.5.2.0,<4.6.0.0); extra == "centernet"
Requires-Dist: smqtk-classifier (>=0.19.0)
Requires-Dist: smqtk-core (>=0.18.0)
Requires-Dist: smqtk-dataprovider (>=0.16.0)
Requires-Dist: smqtk-image-io (>=0.16.2)
Requires-Dist: torch (>=1.10.0,<2.0.0); extra == "torch" or extra == "centernet"
Requires-Dist: torchvision (>=0.11.1,<0.12.0); extra == "torch"
Project-URL: Repository, https://github.com/Kitware/SMQTK-Detection
Description-Content-Type: text/markdown

## Intent

## Documentation

Documentation for SMQTK is maintained at
[ReadtheDocs](https://smqtk.readthedocs.org), including
[build instructions](https://smqtk.readthedocs.io/en/latest/installation.html)
and [examples](https://smqtk.readthedocs.org/en/latest/examples/overview.html).

Alternatively, you can build the sphinx documentation locally for the most
up-to-date reference (see also: [Building the Documentation](
https://smqtk.readthedocs.io/en/latest/installation.html#building-the-documentation)):
```bash
# Navigate to the documentation root.
cd docs
# Install dependencies and build Sphinx docs.
pip install -r readthedocs-reqs.txt
make html
# Open in your favorite browser!
firefox _build/html/index.html
```

