Spaces:
Running
Running
lixuejing
commited on
Commit
·
2c07acc
1
Parent(s):
938e35a
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 |
+
Spatial_reasoning = Task("Spatial_Reasoning", "overall", "Spatial_Reasoning")
|
27 |
Prediction = Task("Prediction", "overall", "Prediction")
|
28 |
Planning = Task("Planning", "overall", "Planning")
|
29 |
|