Jack Monas
commited on
Commit
·
3f090e4
1
Parent(s):
a013f34
task revise
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def main():
|
|
27 |
|
28 |
st.markdown("#### Sampling Challenge")
|
29 |
st.write(
|
30 |
-
"In the Sampling Challenge, your task is to predict a future video frame two seconds in the future given a short clip of robot interactions. The goal is to produce a coherent and plausible
|
31 |
)
|
32 |
|
33 |
st.markdown("#### Evaluation Challenge")
|
|
|
27 |
|
28 |
st.markdown("#### Sampling Challenge")
|
29 |
st.write(
|
30 |
+
"In the Sampling Challenge, your task is to predict a future video frame two seconds in the future given a short clip of robot interactions. The goal is to produce a coherent and plausible continuation of the video, which accurately reflects the dynamics of the scene. Your submission will be judged on how closely it matches the actual frame."
|
31 |
)
|
32 |
|
33 |
st.markdown("#### Evaluation Challenge")
|