oslactionspotting


Nameoslactionspotting JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/OpenSportsLab/OSL-ActionSpotting
SummaryAction Spotting SDK
upload_time2024-06-13 16:33:13
maintainerNone
docs_urlNone
author['Silvio Giancola', 'Yassine Benzakour']
requires_pythonNone
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.
            # OSL-ActionSpotting: A Unified Library for Action Spotting in Sports Videos

[![ArXiv](https://img.shields.io/badge/arXiv-xxx.xxx-b31b1b.svg?style=flat)](https://arxiv.org/abs/xxx.xxx)
[![License](https://img.shields.io/badge/License-GPL_3.0-blue.svg)](https://github.com/SoccerNet/sn-spotting-pip/blob/main/LICENSE)

OSL-ActionSpotting is a plug-and-play library that unifies action
spotting algorithms.

## 🥳 What's New

- A technical report of this library will be provided soon.

## 📖 Major Features

- **Support SoTA TAD methods with modular design.** We decompose the TAD pipeline into different components, and implement them in a modular way. This design makes it easy to implement new methods and reproduce existing methods.
- **Support multiple datasets.** We support new datasets by giving a intermediate JSON format.
- **Support feature-based training and end-to-end training.** The feature-based training can easily be extended to end-to-end training with raw video input, and the video backbone can be easily replaced.

## 🌟 Model Zoo

| Feature based | End to end |
|:-------------:|:----------:|
| [AvgPool](https://arxiv.org/pdf/1804.04527.pdf)   | [E2E-Spot](https://arxiv.org/pdf/2207.10213.pdf) |
| [MaxPool](https://arxiv.org/pdf/1804.04527.pdf)   |                                                  |
| [NetVLAD](https://arxiv.org/pdf/1804.04527.pdf)   |                                                  |
| [NetRVLAD](https://arxiv.org/pdf/1804.04527.pdf)  |                                                  |
| [CALF](https://arxiv.org/pdf/1912.01326.pdf)      |                                                  |
| [AvgPool++](https://arxiv.org/pdf/2104.06779.pdf) |                                                  |
| [MaxPool++](https://arxiv.org/pdf/2104.06779.pdf) |                                                  |
| [NetVLAD++](https://arxiv.org/pdf/2104.06779.pdf) |                                                  |
| [NetRVLAD++](https://arxiv.org/pdf/2104.06779.pdf)|                                                  |

## 🛠️ Installation

Please refer to [install.md](docs/install.md) for installation and data preparation.

## 🚀 Usage

Please refer to [usage.md](docs/usage.md) for details of training and evaluation scripts.

## 🤝 Roadmap

All the things that need to be done in the future is in [roadmap.md](docs/en/roadmap.md).

## 🖊️ Citation

If you think this repo is helpful, please cite us:

```bibtex
@misc{name,
    title={},
    author={},
    howpublished = {\url{https://github.com/OpenSportsLab/OSL-ActionSpotting}},
    year={2024}
}
```

If you have any questions, please contact: `yassine.benzakour@student.uliege.be`.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenSportsLab/OSL-ActionSpotting",
    "name": "oslactionspotting",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "SoccerNet, SDK, Spotting, Football, Soccer, Video",
    "author": "['Silvio Giancola', 'Yassine Benzakour']",
    "author_email": "['silvio.giancola@kaust.edu.sa', 'yassine.benzakour@student.uliege.be']",
    "download_url": "https://files.pythonhosted.org/packages/b2/4f/24240c16d0487e53cbe81ad283ca1f782e0a3ef0b97ffdb864086901c9c6/oslactionspotting-0.2.4.tar.gz",
    "platform": null,
    "description": "# OSL-ActionSpotting: A Unified Library for Action Spotting in Sports Videos\n\n[![ArXiv](https://img.shields.io/badge/arXiv-xxx.xxx-b31b1b.svg?style=flat)](https://arxiv.org/abs/xxx.xxx)\n[![License](https://img.shields.io/badge/License-GPL_3.0-blue.svg)](https://github.com/SoccerNet/sn-spotting-pip/blob/main/LICENSE)\n\nOSL-ActionSpotting is a plug-and-play library that unifies action\nspotting algorithms.\n\n## \ud83e\udd73 What's New\n\n- A technical report of this library will be provided soon.\n\n## \ud83d\udcd6 Major Features\n\n- **Support SoTA TAD methods with modular design.** We decompose the TAD pipeline into different components, and implement them in a modular way. This design makes it easy to implement new methods and reproduce existing methods.\n- **Support multiple datasets.** We support new datasets by giving a intermediate JSON format.\n- **Support feature-based training and end-to-end training.** The feature-based training can easily be extended to end-to-end training with raw video input, and the video backbone can be easily replaced.\n\n## \ud83c\udf1f Model Zoo\n\n| Feature based | End to end |\n|:-------------:|:----------:|\n| [AvgPool](https://arxiv.org/pdf/1804.04527.pdf)   | [E2E-Spot](https://arxiv.org/pdf/2207.10213.pdf) |\n| [MaxPool](https://arxiv.org/pdf/1804.04527.pdf)   |                                                  |\n| [NetVLAD](https://arxiv.org/pdf/1804.04527.pdf)   |                                                  |\n| [NetRVLAD](https://arxiv.org/pdf/1804.04527.pdf)  |                                                  |\n| [CALF](https://arxiv.org/pdf/1912.01326.pdf)      |                                                  |\n| [AvgPool++](https://arxiv.org/pdf/2104.06779.pdf) |                                                  |\n| [MaxPool++](https://arxiv.org/pdf/2104.06779.pdf) |                                                  |\n| [NetVLAD++](https://arxiv.org/pdf/2104.06779.pdf) |                                                  |\n| [NetRVLAD++](https://arxiv.org/pdf/2104.06779.pdf)|                                                  |\n\n## \ud83d\udee0\ufe0f Installation\n\nPlease refer to [install.md](docs/install.md) for installation and data preparation.\n\n## \ud83d\ude80 Usage\n\nPlease refer to [usage.md](docs/usage.md) for details of training and evaluation scripts.\n\n## \ud83e\udd1d Roadmap\n\nAll the things that need to be done in the future is in [roadmap.md](docs/en/roadmap.md).\n\n## \ud83d\udd8a\ufe0f Citation\n\nIf you think this repo is helpful, please cite us:\n\n```bibtex\n@misc{name,\n    title={},\n    author={},\n    howpublished = {\\url{https://github.com/OpenSportsLab/OSL-ActionSpotting}},\n    year={2024}\n}\n```\n\nIf you have any questions, please contact: `yassine.benzakour@student.uliege.be`.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Action Spotting SDK",
    "version": "0.2.4",
    "project_urls": {
        "Homepage": "https://github.com/OpenSportsLab/OSL-ActionSpotting"
    },
    "split_keywords": [
        "soccernet",
        " sdk",
        " spotting",
        " football",
        " soccer",
        " video"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73115294024db5ba047662681b2b567b4b0182f7efa31fa16852e3ea9f44ec34",
                "md5": "2bce463218053dafc5d711e035d6886a",
                "sha256": "7fb9267f36393986b9fb8bebc0cc4d846036ba709d7b3a868060acd5d30bbcd4"
            },
            "downloads": -1,
            "filename": "oslactionspotting-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2bce463218053dafc5d711e035d6886a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 126479,
            "upload_time": "2024-06-13T16:33:00",
            "upload_time_iso_8601": "2024-06-13T16:33:00.884774Z",
            "url": "https://files.pythonhosted.org/packages/73/11/5294024db5ba047662681b2b567b4b0182f7efa31fa16852e3ea9f44ec34/oslactionspotting-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b24f24240c16d0487e53cbe81ad283ca1f782e0a3ef0b97ffdb864086901c9c6",
                "md5": "16a3da8a38b90fdaee7c628b0de645b8",
                "sha256": "7454ceb3916f0e69055549292e5dea6237fb386f3a53fb48a2ceffc5a2239eb5"
            },
            "downloads": -1,
            "filename": "oslactionspotting-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "16a3da8a38b90fdaee7c628b0de645b8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 99007,
            "upload_time": "2024-06-13T16:33:13",
            "upload_time_iso_8601": "2024-06-13T16:33:13.837898Z",
            "url": "https://files.pythonhosted.org/packages/b2/4f/24240c16d0487e53cbe81ad283ca1f782e0a3ef0b97ffdb864086901c9c6/oslactionspotting-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 16:33:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenSportsLab",
    "github_project": "OSL-ActionSpotting",
    "github_not_found": true,
    "lcname": "oslactionspotting"
}
        
Elapsed time: 0.23566s