Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,40 +12,29 @@ thumbnail: >-
|
|
| 12 |
https://cdn-uploads.huggingface.co/production/uploads/63468720dd6d90d82ccf3450/3DHmAAzSsKWiGRYMY7bWu.jpeg
|
| 13 |
---
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
}
|
| 36 |
-
```
|
| 37 |
-
|
| 38 |
-
Request files are created automatically by this tool.
|
| 39 |
-
|
| 40 |
-
If you encounter problem on the space, don't hesitate to restart it to remove the create eval-queue, eval-queue-bk, eval-results and eval-results-bk created folder.
|
| 41 |
-
|
| 42 |
-
# Code logic for more complex edits
|
| 43 |
-
|
| 44 |
-
You'll find
|
| 45 |
-
- the main table' columns names and properties in `src/display/utils.py`
|
| 46 |
-
- the logic to read all results and request files, then convert them in dataframe lines, in `src/leaderboard/read_evals.py`, and `src/populate.py`
|
| 47 |
-
- teh logic to allow or filter submissions in `src/submission/submit.py` and `src/submission/check_validity.py`
|
| 48 |
-
|
| 49 |
-
# Paper
|
| 50 |
-
|
| 51 |
-
arxiv.org/abs/2406.18522
|
|
|
|
| 12 |
https://cdn-uploads.huggingface.co/production/uploads/63468720dd6d90d82ccf3450/3DHmAAzSsKWiGRYMY7bWu.jpeg
|
| 13 |
---
|
| 14 |
|
| 15 |
+
<div align=center>
|
| 16 |
+
<img src="https://github.com/PKU-YuanGroup/ChronoMagic-Bench/blob/ProjectPage/static/images/logo_bench.jpg?raw=true" width="450px">
|
| 17 |
+
</div>
|
| 18 |
+
<h2 align="center"> <a href="https://pku-yuangroup.github.io/ChronoMagic-Bench/">[NeurIPS D&B 2024 Spotlight] ChronoMagic-Bench: A Benchmark for Metamorphic Evaluation of Text-to-Time-lapse Video Generation </a></h2>
|
| 19 |
+
|
| 20 |
+
<h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h2>
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
## 💡 Description
|
| 24 |
+
- **Repository:** [Code](https://github.com/PKU-YuanGroup/ChronoMagic-Bench), [Page](https://pku-yuangroup.github.io/ChronoMagic-Bench/), [Data](https://huggingface.co/collections/BestWishYsh/chronomagic-bench-667bea7abfe251ebedd5b8dd)
|
| 25 |
+
- **Paper:** [https://huggingface.co/papers/2406.18522](https://huggingface.co/papers/2406.18522)
|
| 26 |
+
- **Point of Contact:** [Shenghai Yuan](shyuan-cs@hotmail.com)
|
| 27 |
+
|
| 28 |
+
## ✏️ Citation
|
| 29 |
+
If you find our paper and code useful in your research, please consider giving a star and citation.
|
| 30 |
+
|
| 31 |
+
```BibTeX
|
| 32 |
+
@article{yuan2024chronomagic,
|
| 33 |
+
title={Chronomagic-bench: A benchmark for metamorphic evaluation of text-to-time-lapse video generation},
|
| 34 |
+
author={Yuan, Shenghai and Huang, Jinfa and Xu, Yongqi and Liu, Yaoyang and Zhang, Shaofeng and Shi, Yujun and Zhu, Rui-Jie and Cheng, Xinhua and Luo, Jiebo and Yuan, Li},
|
| 35 |
+
journal={Advances in Neural Information Processing Systems},
|
| 36 |
+
volume={37},
|
| 37 |
+
pages={21236--21270},
|
| 38 |
+
year={2024}
|
| 39 |
}
|
| 40 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|