smqtk-detection


Namesmqtk-detection JSON
Version 0.20.0 PyPI version JSON
download
home_pagehttps://github.com/Kitware/SMQTK-Detection
SummaryAlgorithms, data structures and utilities around performing detection of inputs
upload_time2023-06-19 04:37:50
maintainer
docs_urlNone
authorKitware, Inc.
requires_python>=3.8,<4.0
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SMQTK - Detection

## Intent
This package provides interfaces and support for black-box object detection.

## Documentation
Documentation is [hosted on ReadTheDocs.io here](
https://smqtk-detection.readthedocs.io/en/stable/).

You can build the sphinx documentation locally for the most up-to-date
reference:
```bash
# Install dependencies
poetry install
# Navigate to the documentation root.
cd docs
# Build the docs.
poetry run make html
# Open in your favorite browser!
firefox _build/html/index.html
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Kitware/SMQTK-Detection",
    "name": "smqtk-detection",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kitware, Inc.",
    "author_email": "smqtk-developers@kitware.com",
    "download_url": "https://files.pythonhosted.org/packages/ca/41/e0ff1d0209914c43c86fd78fa6d11f3515fc3ade7d29a528f4428b5265ca/smqtk_detection-0.20.0.tar.gz",
    "platform": null,
    "description": "# SMQTK - Detection\n\n## Intent\nThis package provides interfaces and support for black-box object detection.\n\n## Documentation\nDocumentation is [hosted on ReadTheDocs.io here](\nhttps://smqtk-detection.readthedocs.io/en/stable/).\n\nYou can build the sphinx documentation locally for the most up-to-date\nreference:\n```bash\n# Install dependencies\npoetry install\n# Navigate to the documentation root.\ncd docs\n# Build the docs.\npoetry run make html\n# Open in your favorite browser!\nfirefox _build/html/index.html\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Algorithms, data structures and utilities around performing detection of inputs",
    "version": "0.20.0",
    "project_urls": {
        "Homepage": "https://github.com/Kitware/SMQTK-Detection",
        "Repository": "https://github.com/Kitware/SMQTK-Detection"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14a8ae58aa77b502513e2653997ec89d04a77d0f4c071d3f2a6c4782291519ae",
                "md5": "ba86e609191c8953d9fae2acbd337d29",
                "sha256": "929026e1b352984f21bdb3de63df1ceff1b875c0374f3e36dc42703421b7bd87"
            },
            "downloads": -1,
            "filename": "smqtk_detection-0.20.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba86e609191c8953d9fae2acbd337d29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 30432,
            "upload_time": "2023-06-19T04:37:48",
            "upload_time_iso_8601": "2023-06-19T04:37:48.829755Z",
            "url": "https://files.pythonhosted.org/packages/14/a8/ae58aa77b502513e2653997ec89d04a77d0f4c071d3f2a6c4782291519ae/smqtk_detection-0.20.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca41e0ff1d0209914c43c86fd78fa6d11f3515fc3ade7d29a528f4428b5265ca",
                "md5": "a645f8a3b03f38bfbfddb52b1c38d943",
                "sha256": "36461a8c8f01bec556bb34a871118cb603ff66df8e9d9cf599a39263b28e76be"
            },
            "downloads": -1,
            "filename": "smqtk_detection-0.20.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a645f8a3b03f38bfbfddb52b1c38d943",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 25300,
            "upload_time": "2023-06-19T04:37:50",
            "upload_time_iso_8601": "2023-06-19T04:37:50.283603Z",
            "url": "https://files.pythonhosted.org/packages/ca/41/e0ff1d0209914c43c86fd78fa6d11f3515fc3ade7d29a528f4428b5265ca/smqtk_detection-0.20.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 04:37:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Kitware",
    "github_project": "SMQTK-Detection",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "smqtk-detection"
}
        
Elapsed time: 0.10225s