Datasets:

Modalities:
video
DOI:
License:
Evanjaa commited on
Commit
031c7fe
1 Parent(s): db51478

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -6,18 +6,28 @@ TACDEC is a dataset of tackle events in soccer game videos. Recognizing the gap
6
 
7
 
8
  **Zenodo**
9
-
10
  The dataset is also available on Zenodo: https://zenodo.org/records/10611979.
11
 
12
- **Additional Resources**
13
-
14
- Additional resources related to TACDEC can be found under: https://github.com/simula/TACDEC/.
15
 
16
  ## Terms of Use
17
 
18
  The dataset is fully open for research and educational purposes. Use of the dataset for competitions or commercial purposes requires prior written permission. References to the related article must be included in all documents and papers that use, refer to, or report experimental results from this dataset.
19
 
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  **Citation:**
22
  <pre><code>
23
  @incollection{Kassab_MMSYS_ODS,
 
6
 
7
 
8
  **Zenodo**
 
9
  The dataset is also available on Zenodo: https://zenodo.org/records/10611979.
10
 
 
 
 
11
 
12
  ## Terms of Use
13
 
14
  The dataset is fully open for research and educational purposes. Use of the dataset for competitions or commercial purposes requires prior written permission. References to the related article must be included in all documents and papers that use, refer to, or report experimental results from this dataset.
15
 
16
 
17
+ ## How to download dataset:
18
+ Everything that is related directly to the dataset is located within this repo. For instructions related to testing the model used or verifying results from TACDEC-paper, see [TACDEC-model](https://huggingface.co/SimulaMet-HOST/TACDEC-model) repo.
19
+
20
+ What you can find in this repo is:
21
+ - All 425 [videos](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/videos.zip)
22
+ - All 425 [labels](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/labels.zip)
23
+
24
+ In addition:
25
+ - A torch,[sorted_cls_tokens_feature.pt](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/sorted_cls_tokens_features.pt) , containing all the CLS-tokens (features) from DINOv2 used concatenated in a sorted order
26
+ - A numpy array,[sorted_cls_tokens_labels.npy](https://huggingface.co/datasets/SimulaMet-HOST/TACDEC/resolve/main/sorted_cls_tokens_labels.npy), containing all the labels used, concatenated in the same sorted order
27
+
28
+ We highly recommend downloading these if you choose to implement/test the model, as running the large DINOv2 model is highly computationally expensive.
29
+
30
+
31
  **Citation:**
32
  <pre><code>
33
  @incollection{Kassab_MMSYS_ODS,