Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def main():
|
|
137 |
"Welcome to the 1X World Model Challenge. This platform hosts two challenges—Compression and Sampling—focused on advancing research in world models for robotics."
|
138 |
)
|
139 |
st.write(
|
140 |
-
"In partnership with OpenDriveLab, we are launching this challenge as part of the [Autonomous Grand Challenge 2025](https://opendrivelab.com/challenge2025/), held in conjunction with the CVPR 2025
|
141 |
)
|
142 |
|
143 |
st.markdown("---")
|
@@ -255,7 +255,7 @@ def main():
|
|
255 |
st.markdown("## Already Started Working on These Challenges?")
|
256 |
st.write(
|
257 |
"""
|
258 |
-
Before partnering with OpenDriveLab to launch the World Model Challenge at CVPR 2025 and
|
259 |
|
260 |
For the Compression Challenge, we initially used the MAGVIT spatial tokenizer to compare participant losses. We are now switching to the highly performant Cosmos spatial-temporal tokenizer as our new standard.
|
261 |
|
|
|
137 |
"Welcome to the 1X World Model Challenge. This platform hosts two challenges—Compression and Sampling—focused on advancing research in world models for robotics."
|
138 |
)
|
139 |
st.write(
|
140 |
+
"In partnership with OpenDriveLab, we are launching this challenge as part of the [Autonomous Grand Challenge 2025](https://opendrivelab.com/challenge2025/), held in conjunction with the [CVPR 2025](https://opendrivelab.com/cvpr2025/workshop/) and [ICCV 2025](https://opendrivelab.com/iccv2025/workshop/) workshops."
|
141 |
)
|
142 |
|
143 |
st.markdown("---")
|
|
|
255 |
st.markdown("## Already Started Working on These Challenges?")
|
256 |
st.write(
|
257 |
"""
|
258 |
+
Before partnering with OpenDriveLab to launch the World Model Challenge at CVPR 2025 and ICCV 2025, we had already released the Compression and Sampling challenges publicly, offering $10K for each. However, due to the rapid progress in the field, we are updating the challenge setups.
|
259 |
|
260 |
For the Compression Challenge, we initially used the MAGVIT spatial tokenizer to compare participant losses. We are now switching to the highly performant Cosmos spatial-temporal tokenizer as our new standard.
|
261 |
|