Jack Monas
commited on
Commit
·
86065a1
1
Parent(s):
40ddbbb
gif
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ def main():
|
|
320 |
|
321 |
with st.expander("What preprocessing steps are applied to the raw data, and can we apply our own?"):
|
322 |
st.write(
|
323 |
-
"The raw data in the `world_model_raw_data` dataset includes unprocessed 512x512 MP4 video logs as collected from the EVE Android.
|
324 |
)
|
325 |
|
326 |
with st.expander("How is the Cosmos tokenizer used in the Tokenized Data dataset, and can we use a different tokenizer?"):
|
|
|
320 |
|
321 |
with st.expander("What preprocessing steps are applied to the raw data, and can we apply our own?"):
|
322 |
st.write(
|
323 |
+
"The raw data in the `world_model_raw_data` dataset includes unprocessed 512x512 MP4 video logs as collected from the EVE Android. You are free to apply your own preprocessing techniques—such as frame resizing, color normalization, etc."
|
324 |
)
|
325 |
|
326 |
with st.expander("How is the Cosmos tokenizer used in the Tokenized Data dataset, and can we use a different tokenizer?"):
|