Delete IMPORT01.json

#8
by JintaoMa - opened
Files changed (1) hide show
  1. IMPORT01.json +0 -58
IMPORT01.json DELETED
@@ -1,58 +0,0 @@
1
- {
2
- "version": "1.0",
3
-
4
- "date": "YYYY-MM-DD",
5
-
6
- "task": "action_classification",
7
-
8
- "dataset_name": "Soccer-Foul-AC-template-video-only",
9
-
10
- "modalities": ["video"],
11
-
12
- "metadata": {
13
- "source": "Professional Soccer Dataset",
14
- "license": "CC-BY-NC-4.0",
15
- "created_by": "AI Sports Lab",
16
- "notes": "Template file for foul classification dataset (video-only, no labeled samples yet)."
17
- },
18
-
19
- "labels": {
20
- "foul_type": {
21
- "type": "single_label",
22
- "labels": [
23
- "Challenge",
24
- "Dive",
25
- "Elbowing",
26
- "High Leg",
27
- "Holding",
28
- "Pushing",
29
- "Standing Tackling",
30
- "Tackling"
31
- ]
32
- },
33
-
34
- "severity": {
35
- "type": "single_label",
36
- "labels": [
37
- "No Offence",
38
- "Offence + No Card",
39
- "Offence + Yellow Card",
40
- "Offence + Red Card"
41
- ]
42
- },
43
-
44
- "attributes": {
45
- "type": "multi_label",
46
- "labels": [
47
- "Intentional",
48
- "Reckless",
49
- "Dangerous Play",
50
- "VAR Checked",
51
- "InBox",
52
- "CounterAttack"
53
- ]
54
- }
55
- },
56
-
57
- "data": []
58
- }