Spaces:
Sleeping
Sleeping
updates
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ ANNOTATION_CATEGORIES = {
|
|
20 |
"Outcome of the shot": ["Four (4)", "Six (6)", "Wicket", "Single (1)", "Double (2)", "Triple (3)", "Dot (0)", "Wide", "No Ball", "Other"],
|
21 |
"Shot direction": ["Long On", "Long Off", "Cover", "Point", "Midwicket", "Square Leg", "Third Man", "Fine Leg", "Straight", "Square", "Other"],
|
22 |
"Batsman's Action": ["Defensive", "Aggressive", "Neutral"],
|
23 |
-
"Fielder's Action": ["Catch taken", "Catch dropped", "Misfield", "Run-out attempt", "Fielder fields"]
|
24 |
}
|
25 |
|
26 |
HF_REPO_ID = "cricverse/CricBench"
|
|
|
20 |
"Outcome of the shot": ["Four (4)", "Six (6)", "Wicket", "Single (1)", "Double (2)", "Triple (3)", "Dot (0)", "Wide", "No Ball", "Other"],
|
21 |
"Shot direction": ["Long On", "Long Off", "Cover", "Point", "Midwicket", "Square Leg", "Third Man", "Fine Leg", "Straight", "Square", "Other"],
|
22 |
"Batsman's Action": ["Defensive", "Aggressive", "Neutral"],
|
23 |
+
"Fielder's Action": ["Catch taken", "Catch dropped", "Misfield", "Run-out attempt", "Fielder fields",'Cannot field', 'Other'],
|
24 |
}
|
25 |
|
26 |
HF_REPO_ID = "cricverse/CricBench"
|