File size: 2,170 Bytes
017d35b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
license: cc-by-4.0
tags:
- yahoo-open-source-software-incubator
- action-spotting
- soccer
- SoccerNet
inference: false
---

# Action Spotting in Soccer Videos Using Dense Detection Anchors

This repository contains models for action spotting in soccer videos. For
more details around the models and instructions on how to use them, please see
https://github.com/yahoo/spivak.

The technical details of our models are described in the
following two papers, which focus on action spotting
on the SoccerNet dataset.
- [Temporally Precise Action Spotting in Soccer Videos Using
Dense Detection Anchors](https://arxiv.org/abs/2205.10450).
In ICIP, 2022.
- [Action Spotting using Dense Detection Anchors Revisited:
Submission to the SoccerNet Challenge 2022](https://arxiv.org/abs/2206.07846).
arXiv preprint, 2022.

Our action spotting models came in first place in the SoccerNet Challenge 2022. You can
read more about the 2022 challenge and results in the following paper:
- [SoccerNet 2022 Challenges Results](https://arxiv.org/abs/2210.02365).
In MMSports, 2022.

## Citations

If you found our models and code useful, please consider citing our works:

```
@inproceedings{soares2022temporally,
  author={Soares, Jo{\~a}o~V.~B. and Shah, Avijit and Biswas, Topojoy},
  booktitle={International Conference on Image Processing (ICIP)},
  title={Temporally Precise Action Spotting in Soccer Videos Using Dense Detection Anchors},
  year={2022},
  pages={2796-2800},
  doi={10.1109/ICIP46576.2022.9897256}
}

@article{soares2022action,
  title={Action Spotting using Dense Detection Anchors Revisited: Submission to the {SoccerNet} {Challenge} 2022},
  author={Soares, Jo{\~a}o~V.~B. and Shah, Avijit},
  journal={arXiv preprint arXiv:2206.07846},
  year={2022}
}
```

## Maintainers

- Joao Soares: [email protected]
- Avijit Shah: [email protected]

## License

The contents of this repository are (c) by Yahoo Inc.

The contents of this repository are licensed under a
Creative Commons Attribution 4.0 International License.

You should have received a copy of the license along with this
work. If not, see <https://creativecommons.org/licenses/by/4.0/>.