evaluators


Nameevaluators JSON
Version 1.0.3 PyPI version JSON
download
home_page
SummaryVarious scene understanding and perception evaluation metrics.
upload_time2023-05-03 09:27:34
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords evaluation metrics scene understanding perception
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Evaluators

Ports of various scene understanding and perception evaluators implemented for the [Detectron2](https://github.com/facebookresearch/detectron2) framework.

Currently implemented tasks are:

- Monocular depth estimation
- Depth-aware video panoptic segmentation

## Prerequisites

- [Python 3.10](https://www.python.org/downloads/)
- [PyTorch 2.0](https://pytorch.org/get-started/)

## Acknowledgements

Each metric in this repository was ported from the canonical implementations kindly provided by the authors of each task.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "evaluators",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "evaluation,metrics,scene understanding,perception",
    "author": "",
    "author_email": "Kurt Stolle <k.h.w.stolle@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0a/0b/48c19b33e865f975a072d8b3eafdbb73d42f30b37c93c869bc617d9adc5f/evaluators-1.0.3.tar.gz",
    "platform": null,
    "description": "# Evaluators\r\n\r\nPorts of various scene understanding and perception evaluators implemented for the [Detectron2](https://github.com/facebookresearch/detectron2) framework.\r\n\r\nCurrently implemented tasks are:\r\n\r\n- Monocular depth estimation\r\n- Depth-aware video panoptic segmentation\r\n\r\n## Prerequisites\r\n\r\n- [Python 3.10](https://www.python.org/downloads/)\r\n- [PyTorch 2.0](https://pytorch.org/get-started/)\r\n\r\n## Acknowledgements\r\n\r\nEach metric in this repository was ported from the canonical implementations kindly provided by the authors of each task.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Various scene understanding and perception evaluation metrics.",
    "version": "1.0.3",
    "project_urls": null,
    "split_keywords": [
        "evaluation",
        "metrics",
        "scene understanding",
        "perception"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20c60309390a9d49cf889227adf941b14e0f99e756508acbdf63e697eed9e479",
                "md5": "7020d29df80b19140e60c9f1e419a376",
                "sha256": "12b8b3d1dc615b9f04972da838379f6bc20445a0ae24b06cf3f13fbac157ce9a"
            },
            "downloads": -1,
            "filename": "evaluators-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7020d29df80b19140e60c9f1e419a376",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 23037,
            "upload_time": "2023-05-03T09:27:31",
            "upload_time_iso_8601": "2023-05-03T09:27:31.960466Z",
            "url": "https://files.pythonhosted.org/packages/20/c6/0309390a9d49cf889227adf941b14e0f99e756508acbdf63e697eed9e479/evaluators-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a0b48c19b33e865f975a072d8b3eafdbb73d42f30b37c93c869bc617d9adc5f",
                "md5": "76777556cab55a7b5453bddf29551028",
                "sha256": "9916301dd6a3cc1b9c9f8c4131181b99933a1cfdd45d713c2e7abc91fa91671f"
            },
            "downloads": -1,
            "filename": "evaluators-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "76777556cab55a7b5453bddf29551028",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 22224,
            "upload_time": "2023-05-03T09:27:34",
            "upload_time_iso_8601": "2023-05-03T09:27:34.762923Z",
            "url": "https://files.pythonhosted.org/packages/0a/0b/48c19b33e865f975a072d8b3eafdbb73d42f30b37c93c869bc617d9adc5f/evaluators-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-03 09:27:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "evaluators"
}
        
Elapsed time: 0.07269s