Spaces:
Running
Running
lixuejing
commited on
Commit
·
1246ac6
1
Parent(s):
9463945
update
Browse files- src/about.py +3 -1
src/about.py
CHANGED
@@ -25,7 +25,9 @@ class Tasks(Enum):
|
|
25 |
|
26 |
class Quotas(Enum):
|
27 |
Perception = Task("Perception", "overall", "Perception")
|
28 |
-
Perception_VisualGrounding = Task("Perception", "
|
|
|
|
|
29 |
SpatialReasoning = Task("SpatialReasoning", "overall", "SpatialReasoning")
|
30 |
Prediction = Task("Prediction", "overall", "Prediction")
|
31 |
Planning = Task("Planning", "overall", "Planning")
|
|
|
25 |
|
26 |
class Quotas(Enum):
|
27 |
Perception = Task("Perception", "overall", "Perception")
|
28 |
+
Perception_VisualGrounding = Task("Perception", "Visual Grounding", "Perception_VisualGrounding")
|
29 |
+
Perception_Counting = Task("Perception", "Counting", "Perception_Counting")
|
30 |
+
Perception_StateActivity_Understanding = Task("Perception", "State & Activity Understanding", "Perception_StateActivity_Understanding")
|
31 |
SpatialReasoning = Task("SpatialReasoning", "overall", "SpatialReasoning")
|
32 |
Prediction = Task("Prediction", "overall", "Prediction")
|
33 |
Planning = Task("Planning", "overall", "Planning")
|