Spaces:
Running
Running
lixuejing
commited on
Commit
·
a469435
1
Parent(s):
3a0ece1
update
Browse files- src/about.py +1 -0
src/about.py
CHANGED
@@ -25,6 +25,7 @@ class Tasks(Enum):
|
|
25 |
|
26 |
class Quotas(Enum):
|
27 |
Perception = Task("Perception", "overall", "Perception")
|
|
|
28 |
SpatialReasoning = Task("SpatialReasoning", "overall", "SpatialReasoning")
|
29 |
Prediction = Task("Prediction", "overall", "Prediction")
|
30 |
Planning = Task("Planning", "overall", "Planning")
|
|
|
25 |
|
26 |
class Quotas(Enum):
|
27 |
Perception = Task("Perception", "overall", "Perception")
|
28 |
+
Perception_VisualGrounding = Task("Perception_VisualGrounding", "VisualGrounding", "VisualGrounding")
|
29 |
SpatialReasoning = Task("SpatialReasoning", "overall", "SpatialReasoning")
|
30 |
Prediction = Task("Prediction", "overall", "Prediction")
|
31 |
Planning = Task("Planning", "overall", "Planning")
|