Spaces:
Running
Running
lixuejing
commited on
Commit
·
33927d7
1
Parent(s):
2c07acc
fix
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -23,7 +23,7 @@ class Tasks(Enum):
|
|
23 |
egoplan_bench2 = Task("egoplan_bench2", "overall", "egoplan_bench2")
|
24 |
erqa = Task("erqa", "overall", "erqa")
|
25 |
Perception = Task("Perception", "overall", "Perception")
|
26 |
-
|
27 |
Prediction = Task("Prediction", "overall", "Prediction")
|
28 |
Planning = Task("Planning", "overall", "Planning")
|
29 |
|
|
|
23 |
egoplan_bench2 = Task("egoplan_bench2", "overall", "egoplan_bench2")
|
24 |
erqa = Task("erqa", "overall", "erqa")
|
25 |
Perception = Task("Perception", "overall", "Perception")
|
26 |
+
SpatialReasoning = Task("SpatialReasoning", "overall", "SpatialReasoning")
|
27 |
Prediction = Task("Prediction", "overall", "Prediction")
|
28 |
Planning = Task("Planning", "overall", "Planning")
|
29 |
|