Commit
·
e4d0a65
1
Parent(s):
77908c5
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# COMEDIAN ViSwin Tiny checkpoints
|
6 |
+
|
7 |
+
## Context
|
8 |
+
|
9 |
+
These 3 models were obtained following the [COMEDIAN method](https://arxiv.org/abs/2309.01270) to perform the action spotting on the [SoccerNet-v2 dataset](https://www.soccer-net.org/tasks/action-spotting) using the ViSwin Tiny architecture.
|
10 |
+
|
11 |
+
They were trained on three different seeds (42, 203, 666) reflected by the checkpoints' filename.
|
12 |
+
|
13 |
+
## How to use
|
14 |
+
To use these checkpoints please refer to the [eztorch](https://github.com/juliendenize/eztorch/) library and in particular the [COMEDIAN documentation](https://github.com/juliendenize/eztorch/blob/main/docs/source/contributions/comedian.md).
|