Jack Monas commited on
Commit
da0930c
·
1 Parent(s): b600f17
Files changed (1) hide show
  1. app.py +11 -4
app.py CHANGED
@@ -147,18 +147,25 @@ def main():
147
  st.markdown("## Rules")
148
  st.markdown(
149
  """
 
150
  - The use of publicly available datasets and pretrained weights is allowed. The use of private datasets or pretrained weights is prohibited.
151
  - You may use future actions to condition future frame predictions.
152
  - There is no limit on the inference time for any of the challenges.
153
- - Naive nearest-neighbor retrieval combined with seeking ahead to the next frames from the training set may result in reasonable performance, but is not permitted in solutions.
 
 
 
 
 
154
  - The leaderboard will display results on a public test set; however, the final winner will be determined based on performance on a private test set.
155
- - All submissions should be reproducible. Provide code, configuration files, and any necessary instructions to replicate your results.
156
- - We will not be able to award prizes to individuals in U.S. sanctioned countries. We reserve the right to not award a prize if it violates the spirit of the challenge.
 
157
  """,
158
  unsafe_allow_html=True
159
  )
160
 
161
- st.markdown("**Note:** Each challenge has additional, challenge-specific rules, which will be released when the challenges officially launch on March 10th.")
162
  st.markdown("---")
163
 
164
  st.markdown("## FAQs")
 
147
  st.markdown("## Rules")
148
  st.markdown(
149
  """
150
+ **General Guidelines:**
151
  - The use of publicly available datasets and pretrained weights is allowed. The use of private datasets or pretrained weights is prohibited.
152
  - You may use future actions to condition future frame predictions.
153
  - There is no limit on the inference time for any of the challenges.
154
+
155
+ **Submission Requirements:**
156
+ - All submissions must be reproducible. Include code, configuration files, and any necessary instructions to replicate your results.
157
+ - Naive nearest-neighbor retrieval combined with seeking ahead to the next frames from the training set may yield reasonable performance but is not permitted in solutions.
158
+
159
+ **Evaluation & Leaderboard:**
160
  - The leaderboard will display results on a public test set; however, the final winner will be determined based on performance on a private test set.
161
+
162
+ **Eligibility:**
163
+ - Prizes cannot be awarded to individuals in U.S. sanctioned countries. We reserve the right to withhold prizes if a submission violates the spirit of the challenge.
164
  """,
165
  unsafe_allow_html=True
166
  )
167
 
168
+ st.markdown("**Note:** Each challenge has additional rules, which will be released when the challenges officially launch on March 1st.")
169
  st.markdown("---")
170
 
171
  st.markdown("## FAQs")