@@ -73,7 +73,7 @@ challenge_phases:
73
73
allowed_email_ids : []
74
74
disable_logs : False
75
75
is_submission_public : True
76
- start_date : 2019-01 -19 00:00:00
76
+ start_date : 2025-04 -19 00:00:00
77
77
end_date : 2099-04-25 23:59:59
78
78
test_annotation_file : annotations/test_annotations_devsplit.json
79
79
max_submissions_per_day : 5
@@ -97,11 +97,12 @@ challenge_phases:
97
97
description : Sample
98
98
type : radio
99
99
options : ["A", "B", "C"]
100
- - name : MultipleChoiceAttribute
100
+ - name : Solution Modality
101
101
description : Sample
102
102
type : checkbox
103
- options : ["alpha", "beta", "gamma"]
104
- - name : TrueFalseField
103
+ options : ["LiDAR Only", "Lidar-Inertial", "Visual Only", "Visual-Inertial"]
104
+ required : True
105
+ - name : Is post-processing applied?
105
106
description : Sample
106
107
type : boolean
107
108
required : True
@@ -126,7 +127,7 @@ challenge_phases:
126
127
allowed_email_ids : []
127
128
disable_logs : False
128
129
is_submission_public : False
129
- start_date : 2019-01-01 00:00:00
130
+ start_date : 2025-04-19 00:00:00
130
131
end_date : 2099-05-24 23:59:59
131
132
max_concurrent_submissions_allowed : 3
132
133
max_submissions_per_day : 5
@@ -149,11 +150,11 @@ challenge_phases:
149
150
description : Sample
150
151
type : radio
151
152
options : ["A", "B", "C"]
152
- - name : MultipleChoiceAttribute
153
+ - name : Solution Modality
153
154
description : Sample
154
155
type : checkbox
155
- options : ["alpha ", "beta ", "gamma "]
156
- - name : TrueFalseField
156
+ options : ["LiDAR Only ", "Lidar-Inertial ", "Visual Only", "Visual-Inertial "]
157
+ - name : Is post-processing applied?
157
158
description : Sample
158
159
type : boolean
159
160
is_restricted_to_select_one_submission : False
@@ -162,20 +163,20 @@ challenge_phases:
162
163
163
164
dataset_splits :
164
165
- id : 1
165
- name : Train Split 1 Heap
166
+ name : Heap Dataset
166
167
codename : heap
167
168
168
169
- id : 2
169
- name : Train Split 2 Eiger
170
+ name : Eiger Dataset
170
171
codename : eiger
171
172
172
173
- id : 3
173
174
name : Test Split 3
174
- codename : test_split_3
175
+ codename : t_dataset
175
176
176
177
- id : 4
177
- name : Test Split 4
178
- codename : test_split_4
178
+ name : T Dataset
179
+ codename : tt_dataset
179
180
180
181
- id : 10
181
182
name : Test Split 10
0 commit comments