Jack Monas
commited on
Commit
·
dba99f8
1
Parent(s):
70db314
rules
Browse files
app.py
CHANGED
@@ -142,19 +142,14 @@ def main():
|
|
142 |
st.markdown("## Rules")
|
143 |
st.markdown(
|
144 |
"""
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
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?",
|