Jack Monas commited on
Commit
dba99f8
·
1 Parent(s): 70db314
Files changed (1) hide show
  1. app.py +5 -10
app.py CHANGED
@@ -142,19 +142,14 @@ def main():
142
  st.markdown("## Rules")
143
  st.markdown(
144
  """
145
- - **Submissions:** All entries must follow the provided guidelines and meet the deadlines.
146
- - **Team Participation:** You can submit as an individual or as part of a team.
147
- - **Points System:** Points are awarded for each challenge (Compression, Sampling, and Evaluation) as detailed in the Points Breakdown.
148
- - **Final Ranking:** A team's overall rank is based on the total points accumulated from all challenges.
149
- - **Tie-Breakers:** In the event of a tie, the following criteria will be used in order:
150
- - Highest Evaluation Challenge score
151
- - Highest Sampling Challenge score
152
- - Highest Compression Challenge score
153
- - **Conduct:** All participants must adhere to the code of conduct.
154
  """,
155
  unsafe_allow_html=True
156
  )
157
-
158
  st.markdown("## FAQs")
159
 
160
  display_faq("Do I have to participate in all challenges?",
 
142
  st.markdown("## Rules")
143
  st.markdown(
144
  """
145
+ - **Datasets & Pretrained Weights:** The use of publicly available datasets and pretrained weights is allowed. The use of private datasets or pretrained weights is prohibited.
146
+ - **Action Conditioning:** Future actions can be used to condition future frame predictions.
147
+ - **Inference Time:** There is no limit on the inference time for any of the challenge.
148
+ - **Leaderboard & Final Ranking:** 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.
149
+ - **Reproducibility:** All submissions should be reproducible. Provide code, configuration files, and any necessary instructions to replicate your results.
 
 
 
 
150
  """,
151
  unsafe_allow_html=True
152
  )
 
153
  st.markdown("## FAQs")
154
 
155
  display_faq("Do I have to participate in all challenges?",