Skip to content

Commit f4988c6

Browse files
committed
.
1 parent 9cb1c9f commit f4988c6

3 files changed

Lines changed: 210 additions & 13 deletions

File tree

challenge2025/index.html

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ <h5 class="text-white">
142142
</a>
143143
</li>
144144
<li>
145-
<a href="#manipulation" class="navigator-button group">
145+
<a href="#agibot-world" class="navigator-button group">
146146
<span class="navigator-button-text">
147-
Track: Manipulation
147+
Track: AgiBot World
148148
</span>
149149
</a>
150150
</li>
@@ -266,9 +266,12 @@ <h3 class="mt-20">
266266
<ul class="space-y-10">
267267
<li class="flex gap-6 laptop:gap-10">
268268
<img src="/assets/icon/google_form.png" class="size-8 inline-block mr-2"/>
269-
<span>For participation in the challenge, registering for your team is a <code>strict requirement</code> by filling out this <a class="text-o-blue hover:underline" href="https://docs.google.com/forms/d/e/1FAIpQLScOfEG2b_VQYAydCjdA_etiCD1PvR8KX5Jui3oFy28a-J8yKA/viewform" target="_blank">Google Form</a>.
269+
<span>
270+
<code class="ml-0">World Model Challenge by 1X</code> & <code>NAVSIM v2 End-to-End Driving Challenge</code><br><br>
271+
For participation in the challenge, registering for your team is a <code>strict requirement</code> by filling out this <a class="text-o-blue hover:underline" href="https://docs.google.com/forms/d/e/1FAIpQLScOfEG2b_VQYAydCjdA_etiCD1PvR8KX5Jui3oFy28a-J8yKA/viewform" target="_blank">Google Form</a>.
270272
The registration information can be modified until <code>[CVPR 2025] May 10</code>.
271-
For more details, please check the <a class="text-o-blue hover:underline" href="#rule">general rules</a>.</span>
273+
For more details, please check the <a class="text-o-blue hover:underline" href="#rule">general rules</a>.
274+
</span>
272275
</li>
273276
</ul>
274277
</div>
@@ -802,9 +805,13 @@ <h4 class="group-hover:text-o-blue">Which template of a technical report should
802805

803806
<div>
804807

805-
<div class="w-full h-48 mt-20">
808+
<div class="w-full h-64 mt-20">
806809
<div class="w-full h-full rounded-3xl bg-[url('/challenge2025/66e9b7ace6ba1c7833932ec9.jpg')] bg-top bg-cover flex flex-col justify-center p-6 laptop:p-10">
807-
<h2 class="text-white scroll-mt-72 laptop:scroll-mt-28" id="1x-wm">
810+
<h2 class="text-white scroll-mt-72 laptop:scroll-mt-28 flex flex-col gap-y-6" id="1x-wm">
811+
<div class="flex flex-row gap-3 laptop:gap-16 items-center">
812+
<img src="/assets/icon/cvpr/cvpr2025_white.svg" class="h-8 laptop:h-20"/>
813+
<img src="/assets/icon/iccv2025_white.png" class="h-8 laptop:h-16"/>
814+
</div>
808815
<a href="#1x-wm" class="group">
809816
World Model Challenge by 1X
810817
<img src="/assets/icon/link_white.png" class="hidden group-hover:inline-block size-8"/>
@@ -943,9 +950,13 @@ <h3 class="text-[30201e]">
943950

944951
<div>
945952

946-
<div class="w-full h-48 mt-20">
953+
<div class="w-full h-64 mt-20">
947954
<div class="w-full h-full rounded-3xl bg-[url('/challenge2024/e2e_driving_at_scale.jpg')] bg-black bg-opacity-30 bg-blend-overlay bg-center bg-cover flex flex-col justify-center p-6 laptop:p-10">
948-
<h2 class="text-white scroll-mt-72 laptop:scroll-mt-28" id="navsim-e2e-driving">
955+
<h2 class="text-white scroll-mt-72 laptop:scroll-mt-28 flex flex-col gap-y-6" id="navsim-e2e-driving">
956+
<div class="flex flex-row gap-3 laptop:gap-16 items-center">
957+
<img src="/assets/icon/cvpr/cvpr2025_white.svg" class="h-8 laptop:h-20"/>
958+
<img src="/assets/icon/iccv2025_white.png" class="h-8 laptop:h-16"/>
959+
</div>
949960
<a href="#navsim-e2e-driving" class="group">
950961
NAVSIM v2 End-to-End Driving Challenge
951962
<img src="/assets/icon/link_white.png" class="hidden group-hover:inline-block size-8"/>
@@ -1094,11 +1105,14 @@ <h3 class="text-[1d4968]">
10941105

10951106
<div>
10961107

1097-
<div class="w-full h-48 mt-20">
1108+
<div class="w-full h-64 mt-20">
10981109
<div class="w-full h-full rounded-3xl bg-[url('/challenge2025/fabric.jpg')] bg-black bg-opacity-30 bg-blend-overlay bg-center bg-cover flex flex-col justify-center p-6 laptop:p-10">
1099-
<h2 class="text-white scroll-mt-72 laptop:scroll-mt-28" id="manipulation">
1100-
<a href="#manipulation" class="group">
1101-
Manipulation Challenge
1110+
<h2 class="text-white scroll-mt-72 laptop:scroll-mt-28 flex flex-col gap-y-6" id="agibot-world">
1111+
<div class="flex flex-row gap-3 laptop:gap-16 items-center">
1112+
<img src="/assets/icon/iros2025_white.png" class="h-8 laptop:h-16"/>
1113+
</div>
1114+
<a href="#agibot-world" class="group">
1115+
AgiBot World Challenge
11021116
<img src="/assets/icon/link_white.png" class="hidden group-hover:inline-block size-8"/>
11031117
</a>
11041118
</h2>

0 commit comments

Comments
 (0)