File tree Expand file tree Collapse file tree
test_data/invalid_json/invalid_classification_json Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0" ,
3+ "date" : " 2025-11-17" ,
4+ "task" : " action_classification" ,
5+ "dataset_name" : " Soccer-Foul-AC-invalid-no-labels" ,
6+
7+ "modalities" : [" video" , " image" ],
8+
9+ "metadata" : {
10+ "source" : " Professional Soccer Dataset" ,
11+ "license" : " CC-BY-NC-4.0" ,
12+ "created_by" : " AI Sports Lab" ,
13+ "notes" : " Invalid: no 'labels' field."
14+ },
15+
16+ "labels" : {
17+ "foul_type" : {
18+ "type" : " single_label" ,
19+ "labels" : [ ]
20+ }
21+ },
22+
23+ "data" : []
24+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0" ,
3+ "date" : " 2025-11-17" ,
4+ "task" : " action_classification" ,
5+ "modalities" : [
6+ ],
7+ "dataset_name" : " Soccer-Foul-AC-invalid-no-modalities" ,
8+
9+ "metadata" : {
10+ "source" : " Professional Soccer Dataset" ,
11+ "license" : " CC-BY-NC-4.0" ,
12+ "created_by" : " AI Sports Lab" ,
13+ "notes" : " Invalid: no 'modalities' field."
14+ },
15+
16+ "labels" : {
17+ "foul_type" : {
18+ "type" : " single_label" ,
19+ "labels" : [
20+ " Challenge" ,
21+ " Dive"
22+ ]
23+ }
24+ },
25+
26+ "data" : []
27+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0" ,
3+ "date" : " 2025-11-17" ,
4+ "task" : " action_classification" ,
5+ "dataset_name" : " Soccer-Foul-AC-invalid-modalities-type" ,
6+
7+ "modalities" : " video" ,
8+
9+ "metadata" : {
10+ "source" : " Professional Soccer Dataset" ,
11+ "license" : " CC-BY-NC-4.0" ,
12+ "created_by" : " AI Sports Lab" ,
13+ "notes" : " Invalid: 'modalities' is not an array."
14+ },
15+
16+ "labels" : {
17+ "severity" : {
18+ "type" : " single_label" ,
19+ "labels" : [
20+ " No Offence" ,
21+ " Offence + Red Card"
22+ ]
23+ }
24+ },
25+
26+ "data" : []
27+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0" ,
3+ "date" : " 2025-11-17" ,
4+ "task" : " action_classification" ,
5+ "dataset_name" : " Soccer-Foul-AC-invalid-no-labels" ,
6+
7+ "modalities" : [" video" , " image" ],
8+
9+ "metadata" : {
10+ "source" : " Professional Soccer Dataset" ,
11+ "license" : " CC-BY-NC-4.0" ,
12+ "created_by" : " AI Sports Lab" ,
13+ "notes" : " Invalid: no 'labels' field."
14+ },
15+
16+ "data" : []
17+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0" ,
3+ "date" : " 2025-11-17" ,
4+ "task" : " action_classification" ,
5+ "dataset_name" : " Soccer-Foul-AC-invalid-no-modalities" ,
6+
7+ "metadata" : {
8+ "source" : " Professional Soccer Dataset" ,
9+ "license" : " CC-BY-NC-4.0" ,
10+ "created_by" : " AI Sports Lab" ,
11+ "notes" : " Invalid: no 'modalities' field."
12+ },
13+
14+ "labels" : {
15+ "foul_type" : {
16+ "type" : " single_label" ,
17+ "labels" : [
18+ " Challenge" ,
19+ " Dive"
20+ ]
21+ }
22+ },
23+
24+ "data" : []
25+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments