courtvision


Namecourtvision JSON
Version 0.2.0 PyPI version JSON
download
home_page
Summary
upload_time2023-07-05 09:56:55
maintainer
docs_urlNone
authorbenjamin
requires_python>=3.11,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to CourtVision
A library and simple application aims to extract useful infromation from videos of court-based[^1] sports. By detecting and tracking players as well as the ball CourtVision captures data at 30 frames per second. By visualizing this high resolution data it is hoped players and coaches will find interesting take-a-ways.

An associated paper with research goals and results is available [here](https://github.com/BenjaminDev/courtvision/blob/main/docs/paper/main.pdf)






[^1]: Currently only padel is supported.

## CLI
Some commonly used scripts are migrated to a cli so they are available when installation is done via `pip`

* `cv-grab-frames` - grabs frames from the dataset specified in `.env`.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "courtvision",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "benjamin",
    "author_email": "benjamin@thinkst.com",
    "download_url": "",
    "platform": null,
    "description": "# Welcome to CourtVision\nA library and simple application aims to extract useful infromation from videos of court-based[^1] sports. By detecting and tracking players as well as the ball CourtVision captures data at 30 frames per second. By visualizing this high resolution data it is hoped players and coaches will find interesting take-a-ways.\n\nAn associated paper with research goals and results is available [here](https://github.com/BenjaminDev/courtvision/blob/main/docs/paper/main.pdf)\n\n\n\n\n\n\n[^1]: Currently only padel is supported.\n\n## CLI\nSome commonly used scripts are migrated to a cli so they are available when installation is done via `pip`\n\n* `cv-grab-frames` - grabs frames from the dataset specified in `.env`.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d44474566ae28ee32c4ff8f46269e56c4a7cffc479ddbab3c78d6bea67bed57d",
                "md5": "20ddac28936fc27ce3639766c8e5c8ec",
                "sha256": "c2bc0b91b4f7de78e6a16a1bc6b51d058bf85a87304cf969f384a0f1a84a0420"
            },
            "downloads": -1,
            "filename": "courtvision-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "20ddac28936fc27ce3639766c8e5c8ec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 33564,
            "upload_time": "2023-07-05T09:56:55",
            "upload_time_iso_8601": "2023-07-05T09:56:55.270521Z",
            "url": "https://files.pythonhosted.org/packages/d4/44/74566ae28ee32c4ff8f46269e56c4a7cffc479ddbab3c78d6bea67bed57d/courtvision-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-05 09:56:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "courtvision"
}
        
Elapsed time: 0.08651s