Skip to content

Commit aa1b31d

Browse files
committed
new repo new user
1 parent b82b401 commit aa1b31d

File tree

2 files changed

+156
-39
lines changed

2 files changed

+156
-39
lines changed

challenge_config.yaml

Lines changed: 153 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,73 @@
11
# If you are not sure what all these fields mean, please refer our documentation here:
22
# 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.
55
description: templates/description.html
66
evaluation_details: templates/evaluation_details.html
77
terms_and_conditions: templates/terms_and_conditions.html
88
image: logo.jpg
99
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.
1111
evaluation_script: evaluation_script.zip
1212
remote_evaluation: False
1313
start_date: 2019-01-01 00:00:00
1414
end_date: 2099-05-31 23:59:59
1515
published: True
1616
tags:
17-
- random-number-generation
18-
- machine-learning
19-
- data-science
17+
- Legged Robots
18+
- SLAM
19+
- Field Robotics
2020
- computer-vision
2121
leaderboard:
2222
- id: 1
2323
schema:
2424
{
25-
"labels": ["Metric1", "Metric2", "Metric3", "Total"],
26-
"default_order_by": "Total",
25+
"labels": ["ATE", "RTE", "LE"],
26+
"default_order_by": "ATE",
2727
"metadata": {
2828
"Metric1": {
2929
"sort_ascending": True,
30-
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
30+
"description": "Absolute Translation Error.",
3131
},
3232
"Metric2": {
3333
"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.",
3559
}
3660
}
3761
}
3862

3963
challenge_phases:
4064
- id: 1
41-
name: Dev Phase
65+
name: Development Phase
66+
codename: dev
67+
# challenge: 1
4268
description: templates/challenge_phase_1_description.html
43-
leaderboard_public: False
69+
leaderboard_public: True
4470
is_public: True
45-
challenge: 1
4671
is_active: True
4772
max_concurrent_submissions_allowed: 3
4873
allowed_email_ids: []
@@ -51,7 +76,6 @@ challenge_phases:
5176
start_date: 2019-01-19 00:00:00
5277
end_date: 2099-04-25 23:59:59
5378
test_annotation_file: annotations/test_annotations_devsplit.json
54-
codename: dev
5579
max_submissions_per_day: 5
5680
max_submissions_per_month: 50
5781
max_submissions: 50
@@ -83,22 +107,28 @@ challenge_phases:
83107
required: True
84108
is_restricted_to_select_one_submission: False
85109
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+
###############
87117
- id: 2
88-
name: Test Phase
118+
name: Benchmark Phase
119+
codename: test
120+
# challenge: 2
89121
description: templates/challenge_phase_2_description.html
90122
leaderboard_public: True
91-
is_public: True
92-
challenge: 2
123+
is_public: False
93124
is_active: True
94-
max_concurrent_submissions_allowed: 3
125+
test_annotation_file: annotations/test_annotations_testsplit.json
95126
allowed_email_ids: []
96127
disable_logs: False
97-
is_submission_public: True
128+
is_submission_public: False
98129
start_date: 2019-01-01 00:00:00
99130
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
102132
max_submissions_per_day: 5
103133
max_submissions_per_month: 50
104134
max_submissions: 50
@@ -128,37 +158,124 @@ challenge_phases:
128158
type: boolean
129159
is_restricted_to_select_one_submission: False
130160
is_partial_submission_evaluation_enabled: False
161+
allowed_submission_file_types: ".zip, .txt, .tum"
131162

132163
dataset_splits:
133164
- id: 1
134-
name: Train Split
135-
codename: train_split
165+
name: Train Split 1 Heap
166+
codename: heap
167+
136168
- 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
139183

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
140197
challenge_phase_splits:
198+
# Training Phase Mission 1
141199
- challenge_phase_id: 1
142200
leaderboard_id: 1
143201
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
146207
is_leaderboard_order_descending: True
147208
show_execution_time: True
148209
show_leaderboard_by_latest_submission: True
149-
- challenge_phase_id: 2
210+
211+
# Training Phase Mission 2
212+
- challenge_phase_id: 1
150213
leaderboard_id: 1
151-
dataset_split_id: 1
214+
dataset_split_id: 2
152215
visibility: 3
153-
leaderboard_decimal_precision: 2
216+
leaderboard_decimal_precision: 3
154217
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
158223
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
160267
visibility: 1
161-
leaderboard_decimal_precision: 2
268+
leaderboard_decimal_precision: 3
162269
is_leaderboard_order_descending: True
163270
show_execution_time: True
164271
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

github/host_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"token": "<evalai_user_auth_token>",
3-
"team_pk": "<host_team_pk>",
4-
"evalai_host_url": "<evalai_host_url>"
2+
"token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTc3NjY4MDQxOSwianRpIjoiN2VhODUxM2EwZjhiNDI2NTk1YWI3NjVmMzM2ZjgzYTciLCJ1c2VyX2lkIjo1MzV9.8HpzSIYMtGVvyYbPS2ONwgcX3C6ReD7agMstT6y6vnA",
3+
"team_pk": "358",
4+
"evalai_host_url": "https://staging.eval.ai"
55
}

0 commit comments

Comments
 (0)