map-boxes


Namemap-boxes JSON
Version 1.0.6 PyPI version JSON
download
home_pagehttps://github.com/ZFTurbo/Mean-Average-Precision-for-Boxes
SummaryFunction to calculate mean average precision (mAP) for set of boxes.
upload_time2024-05-28 18:49:21
maintainerNone
docs_urlNone
authorRoman Sol (ZFTurbo)
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements numpy pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Function to calculate mean average precision (mAP) for set of boxes. Useful for object detection pipelines.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ZFTurbo/Mean-Average-Precision-for-Boxes",
    "name": "map-boxes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Roman Sol (ZFTurbo)",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/6f/35/664df2e27d33cff2ce1b4a698f3f954437525e556a1e8a101a96a5bd78ba/map_boxes-1.0.6.tar.gz",
    "platform": null,
    "description": "Function to calculate mean average precision (mAP) for set of boxes. Useful for object detection pipelines.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Function to calculate mean average precision (mAP) for set of boxes.",
    "version": "1.0.6",
    "project_urls": {
        "Homepage": "https://github.com/ZFTurbo/Mean-Average-Precision-for-Boxes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb51ea1c0342380589288c7a0ceaf347867cc0adc08b642ec54c01bdd67d3de3",
                "md5": "3dd2f9381f41f7d2e69a5277cae586c4",
                "sha256": "01d2bc050656a96639f38498410b15e37987e27549f6d8edb3122f59187ad4d2"
            },
            "downloads": -1,
            "filename": "map_boxes-1.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3dd2f9381f41f7d2e69a5277cae586c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4219,
            "upload_time": "2024-05-28T18:49:20",
            "upload_time_iso_8601": "2024-05-28T18:49:20.362821Z",
            "url": "https://files.pythonhosted.org/packages/cb/51/ea1c0342380589288c7a0ceaf347867cc0adc08b642ec54c01bdd67d3de3/map_boxes-1.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f35664df2e27d33cff2ce1b4a698f3f954437525e556a1e8a101a96a5bd78ba",
                "md5": "5f7e48e984e96e332f2092c64c323456",
                "sha256": "d9cb06c479284b7770a2ccd916b8f4624905c4449951da56f89ad1ce25e39a59"
            },
            "downloads": -1,
            "filename": "map_boxes-1.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "5f7e48e984e96e332f2092c64c323456",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4377,
            "upload_time": "2024-05-28T18:49:21",
            "upload_time_iso_8601": "2024-05-28T18:49:21.407207Z",
            "url": "https://files.pythonhosted.org/packages/6f/35/664df2e27d33cff2ce1b4a698f3f954437525e556a1e8a101a96a5bd78ba/map_boxes-1.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-28 18:49:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ZFTurbo",
    "github_project": "Mean-Average-Precision-for-Boxes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        }
    ],
    "lcname": "map-boxes"
}
        
Elapsed time: 0.32475s