1
1
# If you are not sure what all these fields mean, please refer our documentation here:
2
2
# https://evalai.readthedocs.io/en/latest/configuration.html
3
- title : Random Number Generator Challenge
4
- short_description : Random number generation challenge for each submission
3
+ title : The GrandTour Localization Challenge
4
+ short_description : Robot pose estimation in the wild.
5
5
description : templates/description.html
6
6
evaluation_details : templates/evaluation_details.html
7
7
terms_and_conditions : templates/terms_and_conditions.html
8
8
image : logo.jpg
9
9
submission_guidelines : templates/submission_guidelines.html
10
- leaderboard_description : Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras egestas a libero nec sagittis .
10
+ leaderboard_description : The leaderboard is based on the average of the metrics across all splits in the challange .
11
11
evaluation_script : evaluation_script.zip
12
12
remote_evaluation : False
13
13
start_date : 2019-01-01 00:00:00
14
14
end_date : 2099-05-31 23:59:59
15
15
published : True
16
16
tags :
17
- - random-number-generation
18
- - machine-learning
19
- - data-science
17
+ - Legged Robots
18
+ - SLAM
19
+ - Field Robotics
20
20
- computer-vision
21
21
leaderboard :
22
22
- id : 1
23
23
schema :
24
24
{
25
- " labels " : ["Metric1 ", "Metric2 ", "Metric3", "Total "],
26
- " default_order_by " : " Total " ,
25
+ " labels " : ["ATE ", "RTE ", "LE "],
26
+ " default_order_by " : " ATE " ,
27
27
" metadata " : {
28
28
" Metric1 " : {
29
29
" sort_ascending " : True,
30
- " description " : " Lorem ipsum dolor sit amet, consectetur adipiscing elit ." ,
30
+ " description " : " Absolute Translation Error ." ,
31
31
},
32
32
" Metric2 " : {
33
33
" sort_ascending " : True,
34
- " description " : " Lorem ipsum dolor sit amet, consectetur adipiscing elit." ,
34
+ " description " : " Relative Translation Error." ,
35
+ },
36
+ " LE " : {
37
+ " sort_ascending " : True,
38
+ " description " : " Last Error for ATE." ,
39
+ }
40
+ }
41
+ }
42
+ - id : 2
43
+ schema :
44
+ {
45
+ " labels " : ["ATE", "RTE", "LE"],
46
+ " default_order_by " : " LE" ,
47
+ " metadata " : {
48
+ " ATE " : {
49
+ " sort_ascending " : True,
50
+ " description " : " Absolute Translation Error." ,
51
+ },
52
+ " RTE " : {
53
+ " sort_ascending " : True,
54
+ " description " : " Relative Translation Error." ,
55
+ },
56
+ " LE " : {
57
+ " sort_ascending " : True,
58
+ " description " : " Last Error for ATE." ,
35
59
}
36
60
}
37
61
}
38
62
39
63
challenge_phases :
40
64
- id : 1
41
- name : Dev Phase
65
+ name : Development Phase
66
+ codename : dev
67
+ # challenge: 1
42
68
description : templates/challenge_phase_1_description.html
43
- leaderboard_public : False
69
+ leaderboard_public : True
44
70
is_public : True
45
- challenge : 1
46
71
is_active : True
47
72
max_concurrent_submissions_allowed : 3
48
73
allowed_email_ids : []
@@ -51,7 +76,6 @@ challenge_phases:
51
76
start_date : 2019-01-19 00:00:00
52
77
end_date : 2099-04-25 23:59:59
53
78
test_annotation_file : annotations/test_annotations_devsplit.json
54
- codename : dev
55
79
max_submissions_per_day : 5
56
80
max_submissions_per_month : 50
57
81
max_submissions : 50
@@ -83,22 +107,28 @@ challenge_phases:
83
107
required : True
84
108
is_restricted_to_select_one_submission : False
85
109
is_partial_submission_evaluation_enabled : False
86
- allowed_submission_file_types : " .json, .zip, .txt, .tsv, .gz, .csv, .h5, .npy, .npz"
110
+ allowed_submission_file_types : " .zip, .txt, .tum"
111
+
112
+ # ##############
113
+ # ##############
114
+ # Test Phase #
115
+ # ##############
116
+ # ##############
87
117
- id : 2
88
- name : Test Phase
118
+ name : Benchmark Phase
119
+ codename : test
120
+ # challenge: 2
89
121
description : templates/challenge_phase_2_description.html
90
122
leaderboard_public : True
91
- is_public : True
92
- challenge : 2
123
+ is_public : False
93
124
is_active : True
94
- max_concurrent_submissions_allowed : 3
125
+ test_annotation_file : annotations/test_annotations_testsplit.json
95
126
allowed_email_ids : []
96
127
disable_logs : False
97
- is_submission_public : True
128
+ is_submission_public : False
98
129
start_date : 2019-01-01 00:00:00
99
130
end_date : 2099-05-24 23:59:59
100
- test_annotation_file : annotations/test_annotations_testsplit.json
101
- codename : test
131
+ max_concurrent_submissions_allowed : 3
102
132
max_submissions_per_day : 5
103
133
max_submissions_per_month : 50
104
134
max_submissions : 50
@@ -128,37 +158,124 @@ challenge_phases:
128
158
type : boolean
129
159
is_restricted_to_select_one_submission : False
130
160
is_partial_submission_evaluation_enabled : False
161
+ allowed_submission_file_types : " .zip, .txt, .tum"
131
162
132
163
dataset_splits :
133
164
- id : 1
134
- name : Train Split
135
- codename : train_split
165
+ name : Train Split 1 Heap
166
+ codename : heap
167
+
136
168
- id : 2
137
- name : Test Split
138
- codename : test_split
169
+ name : Train Split 2 Eiger
170
+ codename : eiger
171
+
172
+ - id : 3
173
+ name : Test Split 3
174
+ codename : test_split_3
175
+
176
+ - id : 4
177
+ name : Test Split 4
178
+ codename : test_split_4
179
+
180
+ - id : 10
181
+ name : Test Split 10
182
+ codename : test_split_10
139
183
184
+ - id : 11
185
+ name : Test Split 11
186
+ codename : test_split_11
187
+
188
+ - id : 12
189
+ name : Test Split 12
190
+ codename : test_split_12
191
+
192
+ - id : 13
193
+ name : Test Split 13
194
+ codename : test_split_13
195
+
196
+ # Connect the challange phases with the splits
140
197
challenge_phase_splits :
198
+ # Training Phase Mission 1
141
199
- challenge_phase_id : 1
142
200
leaderboard_id : 1
143
201
dataset_split_id : 1
144
- visibility : 1
145
- leaderboard_decimal_precision : 2
202
+ # 1 Only visible to challenge host
203
+ # 2 Only visible to challenge host and participant who made that submission
204
+ # 3 Visible to everyone on leaderboard
205
+ visibility : 3
206
+ leaderboard_decimal_precision : 3
146
207
is_leaderboard_order_descending : True
147
208
show_execution_time : True
148
209
show_leaderboard_by_latest_submission : True
149
- - challenge_phase_id : 2
210
+
211
+ # Training Phase Mission 2
212
+ - challenge_phase_id : 1
150
213
leaderboard_id : 1
151
- dataset_split_id : 1
214
+ dataset_split_id : 2
152
215
visibility : 3
153
- leaderboard_decimal_precision : 2
216
+ leaderboard_decimal_precision : 3
154
217
is_leaderboard_order_descending : True
155
- showeceution_time : False
156
- show_leaderboard_by_latest_submission : False
157
- - challenge_phase_id : 2
218
+ show_execution_time : True
219
+ show_leaderboard_by_latest_submission : True
220
+
221
+ # Training Phase Mission 3
222
+ - challenge_phase_id : 1
158
223
leaderboard_id : 1
159
- dataset_split_id : 2
224
+ dataset_split_id : 3
225
+ visibility : 3
226
+ leaderboard_decimal_precision : 3
227
+ is_leaderboard_order_descending : True
228
+ show_execution_time : True
229
+ show_leaderboard_by_latest_submission : True
230
+
231
+ # Training Phase Mission 4
232
+ - challenge_phase_id : 1
233
+ leaderboard_id : 1
234
+ dataset_split_id : 4
235
+ visibility : 3
236
+ leaderboard_decimal_precision : 3
237
+ is_leaderboard_order_descending : True
238
+ show_execution_time : True
239
+ show_leaderboard_by_latest_submission : True
240
+
241
+ # #################################
242
+
243
+ # # Testing Phase Mission 1
244
+ - challenge_phase_id : 2
245
+ leaderboard_id : 2
246
+ dataset_split_id : 10
247
+ visibility : 1
248
+ leaderboard_decimal_precision : 3
249
+ is_leaderboard_order_descending : True
250
+ showeceution_time : True
251
+ show_leaderboard_by_latest_submission : True
252
+
253
+ # # Testing Phase Mission 2
254
+ - challenge_phase_id : 2
255
+ leaderboard_id : 2
256
+ dataset_split_id : 11
257
+ visibility : 1
258
+ leaderboard_decimal_precision : 3
259
+ is_leaderboard_order_descending : True
260
+ show_execution_time : True
261
+ show_leaderboard_by_latest_submission : True
262
+
263
+ # # Testing Phase Mission 3
264
+ - challenge_phase_id : 2
265
+ leaderboard_id : 2
266
+ dataset_split_id : 12
160
267
visibility : 1
161
- leaderboard_decimal_precision : 2
268
+ leaderboard_decimal_precision : 3
162
269
is_leaderboard_order_descending : True
163
270
show_execution_time : True
164
271
show_leaderboard_by_latest_submission : True
272
+
273
+ # # Testing Phase Mission 4
274
+ - challenge_phase_id : 2
275
+ leaderboard_id : 2
276
+ dataset_split_id : 13
277
+ visibility : 1
278
+ leaderboard_decimal_precision : 3
279
+ is_leaderboard_order_descending : True
280
+ show_execution_time : True
281
+ show_leaderboard_by_latest_submission : True
0 commit comments