Jack Monas
commited on
Commit
·
03997d7
1
Parent(s):
4b7e1bc
rules
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import streamlit.components.v1 as components
|
|
| 5 |
|
| 6 |
def scoring_section():
|
| 7 |
# Title
|
| 8 |
-
st.markdown("
|
| 9 |
|
| 10 |
# Intro text
|
| 11 |
st.write(
|
|
@@ -70,7 +70,7 @@ def main():
|
|
| 70 |
st.set_page_config(page_title="World Model Challenge")
|
| 71 |
|
| 72 |
st.title("World Model Challenge")
|
| 73 |
-
st.markdown("
|
| 74 |
st.write(
|
| 75 |
"Welcome to the World Model Challenge server. This platform hosts three challenges "
|
| 76 |
"designed to advance research in world models for robotics: Compression, Sampling, and Evaluation."
|
|
@@ -78,7 +78,7 @@ def main():
|
|
| 78 |
|
| 79 |
st.markdown("---")
|
| 80 |
|
| 81 |
-
st.markdown("
|
| 82 |
st.write(
|
| 83 |
"Real-world robotics faces a fundamental challenge: environments are dynamic and change over time, "
|
| 84 |
"making consistent evaluation of robot performance difficult. World models offer a solution by "
|
|
@@ -87,7 +87,7 @@ def main():
|
|
| 87 |
)
|
| 88 |
st.markdown("---")
|
| 89 |
|
| 90 |
-
st.markdown("
|
| 91 |
|
| 92 |
st.markdown("#### Compression Challenge")
|
| 93 |
st.write(
|
|
@@ -106,9 +106,9 @@ def main():
|
|
| 106 |
st.markdown("---")
|
| 107 |
|
| 108 |
|
| 109 |
-
st.markdown("
|
| 110 |
st.write(
|
| 111 |
-
"We
|
| 112 |
"**Raw Data:** The [world_model_raw_data](https://huggingface.co/datasets/1x-technologies/world_model_raw_data) dataset "
|
| 113 |
"provides raw sensor data, video logs, and annotated robot state sequences gathered from diverse real-world scenarios. "
|
| 114 |
"This dataset is split into 100 shards—each containing a 512x512 MP4 video, a segment index mapping, and state arrays—"
|
|
|
|
| 5 |
|
| 6 |
def scoring_section():
|
| 7 |
# Title
|
| 8 |
+
st.markdown("## Scoring")
|
| 9 |
|
| 10 |
# Intro text
|
| 11 |
st.write(
|
|
|
|
| 70 |
st.set_page_config(page_title="World Model Challenge")
|
| 71 |
|
| 72 |
st.title("World Model Challenge")
|
| 73 |
+
st.markdown("## Welcome")
|
| 74 |
st.write(
|
| 75 |
"Welcome to the World Model Challenge server. This platform hosts three challenges "
|
| 76 |
"designed to advance research in world models for robotics: Compression, Sampling, and Evaluation."
|
|
|
|
| 78 |
|
| 79 |
st.markdown("---")
|
| 80 |
|
| 81 |
+
st.markdown("## Motivation")
|
| 82 |
st.write(
|
| 83 |
"Real-world robotics faces a fundamental challenge: environments are dynamic and change over time, "
|
| 84 |
"making consistent evaluation of robot performance difficult. World models offer a solution by "
|
|
|
|
| 87 |
)
|
| 88 |
st.markdown("---")
|
| 89 |
|
| 90 |
+
st.markdown("## The Challenges")
|
| 91 |
|
| 92 |
st.markdown("#### Compression Challenge")
|
| 93 |
st.write(
|
|
|
|
| 106 |
st.markdown("---")
|
| 107 |
|
| 108 |
|
| 109 |
+
st.markdown("## Datasets")
|
| 110 |
st.write(
|
| 111 |
+
"We provide two datasets to support the 1X World Model Challenge:\n\n"
|
| 112 |
"**Raw Data:** The [world_model_raw_data](https://huggingface.co/datasets/1x-technologies/world_model_raw_data) dataset "
|
| 113 |
"provides raw sensor data, video logs, and annotated robot state sequences gathered from diverse real-world scenarios. "
|
| 114 |
"This dataset is split into 100 shards—each containing a 512x512 MP4 video, a segment index mapping, and state arrays—"
|