snspotting


Namesnspotting JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/SoccerNet/sn-spotting-pip
SummaryAction Spotting SDK
upload_time2023-08-29 15:47:45
maintainer
docs_urlNone
authorSilvio Giancola
requires_python
licenseMIT
keywords soccernet sdk spotting football soccer video
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sn-spotting-pip

```bash
conda create -y -n snspotting python=3.8
conda activate snspotting
conda install -y pytorch=1.6 torchvision=0.7 cudatoolkit=10.1 -c pytorch
pip install SoccerNet matplotlib scikit-learn sklearn
pip install mmengine
```

## TODO

- Integrate Pytorch Lightning
- Create pip package setup
- Push library to pypi
- Integrate CALF
- Integrate PTS



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SoccerNet/sn-spotting-pip",
    "name": "snspotting",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "SoccerNet,SDK,Spotting,Football,Soccer,Video",
    "author": "Silvio Giancola",
    "author_email": "silvio.giancola@kaust.edu.sa",
    "download_url": "https://files.pythonhosted.org/packages/c1/ba/91a5965a4d779e9cde1c3309bbff76f9990964fd09891f651b7f09fda91d/snspotting-0.0.1.tar.gz",
    "platform": null,
    "description": "# sn-spotting-pip\n\n```bash\nconda create -y -n snspotting python=3.8\nconda activate snspotting\nconda install -y pytorch=1.6 torchvision=0.7 cudatoolkit=10.1 -c pytorch\npip install SoccerNet matplotlib scikit-learn sklearn\npip install mmengine\n```\n\n## TODO\n\n- Integrate Pytorch Lightning\n- Create pip package setup\n- Push library to pypi\n- Integrate CALF\n- Integrate PTS\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Action Spotting SDK",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/SoccerNet/sn-spotting-pip"
    },
    "split_keywords": [
        "soccernet",
        "sdk",
        "spotting",
        "football",
        "soccer",
        "video"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6de1dfc1c830ea8ff2be5628dffeebf7677475faf9fede94a3cc87531caba022",
                "md5": "fade4391e9345fa02e678471d1fb88cc",
                "sha256": "755d04c49fe841a9284b90f0891de561a7519f08a78c5b9abd7b8d8f2ab74cec"
            },
            "downloads": -1,
            "filename": "snspotting-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fade4391e9345fa02e678471d1fb88cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14135,
            "upload_time": "2023-08-29T15:47:43",
            "upload_time_iso_8601": "2023-08-29T15:47:43.655630Z",
            "url": "https://files.pythonhosted.org/packages/6d/e1/dfc1c830ea8ff2be5628dffeebf7677475faf9fede94a3cc87531caba022/snspotting-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1ba91a5965a4d779e9cde1c3309bbff76f9990964fd09891f651b7f09fda91d",
                "md5": "45ca817eac39f9c5636eb1482beabb99",
                "sha256": "5b51db943003287330624e6eedcab17add68cfcaac3c934099ee727f5ec80a3f"
            },
            "downloads": -1,
            "filename": "snspotting-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "45ca817eac39f9c5636eb1482beabb99",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14598,
            "upload_time": "2023-08-29T15:47:45",
            "upload_time_iso_8601": "2023-08-29T15:47:45.094462Z",
            "url": "https://files.pythonhosted.org/packages/c1/ba/91a5965a4d779e9cde1c3309bbff76f9990964fd09891f651b7f09fda91d/snspotting-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-29 15:47:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SoccerNet",
    "github_project": "sn-spotting-pip",
    "github_not_found": true,
    "lcname": "snspotting"
}
        
Elapsed time: 0.11760s