Jack Monas commited on
Commit
804de59
·
1 Parent(s): 391fcfa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ def main():
202
 
203
  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.
204
 
205
- For the Sampling Challenge, the requirement has changed from predicting a frame 0.5 seconds in the future to predicting a frame two seconds ahead, in order to encourage more robust solutions.
206
 
207
  Additionally, a previous rule prohibited the use of future actions to condition frame predictions; this restriction has been lifted, and using future actions is now allowed.
208
 
 
202
 
203
  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.
204
 
205
+ For the Sampling Challenge, the requirement has changed from predicting a frame 0.5 seconds in the future to predicting a frame 2 seconds ahead, in order to encourage more robust solutions.
206
 
207
  Additionally, a previous rule prohibited the use of future actions to condition frame predictions; this restriction has been lifted, and using future actions is now allowed.
208