--- license: mit task_categories: - image-to-video tags: - video-generation - motion-control - point-trajectory --- # MoveBench of Wan-Move

Stanford-Alpaca

# Wan-Move: Motion-controllable Video Generation via Latent Trajectory Guidance [![Paper](https://img.shields.io/badge/ArXiv-Paper-brown)](https://arxiv.org/abs/xx) [![Code](https://img.shields.io/badge/GitHub-Code-blue)](https://github.com/ali-vilab/Wan-Move) [![Model](https://img.shields.io/badge/HuggingFace-Model-yellow)](https://huggingface.co/Ruihang/Wan-Move-14B-480P) [![Model](https://img.shields.io/badge/ModelScope-Model-violet)](https://www.modelscope.cn/models/Ruihang/Wan-Move-14B-480P) [![Model](https://img.shields.io/badge/HuggingFace-MoveBench-cyan)](https://huggingface.co/Ruihang/MoveBench) [![Video](https://img.shields.io/badge/YouTube-Video-red)](https://www.youtube.com/watch?v=_5Cy7Z2NQJQ) [![Website](https://img.shields.io/badge/Demo-Page-bron)](https://ruihang-chu.github.io/Wan-Move.html) ## MoveBench: A Comprehensive and Well-Curated Benchmark to Access Motion Control in Videos MoveBench evaluates fine-grained point-level motion control in generated videos. We categorize the video library from [Pexels](https://www.pexels.com/videos/) into 54 content categories, 10-25 videos each, giving rise to 1018 cases to ensure a broad scenario coverage. All video clips maintain a 5-second duration to facilitate evaluation of long-range dynamics. Every clip is paired with detailed motion annotations for a single object. Addtional 192 clips have motion annotations for multiple objects. We ensure annotation quality by developing an interactive labeling pipeline, marrying annotation precision with automated scalability. Welcome everyone to use it! ## Statistics

logo The contruction pipeline of MoveBench

logo Balanced sample number per video category

logo Comparison with related benchmarks

## Download Download MoveBench from Hugging Face: ``` sh huggingface-cli download Ruihang/MoveBench --local-dir ./MoveBench ``` Extract the files below: ``` sh tar -xzvf en.tar.gz tar -xzvf zh.tar.gz ``` The file structure will be: ``` MoveBench ├── en # English version │ ├── single_track.txt │ ├── multi_track.txt │ ├── first_frame │ │ ├── Pexels_videoid_0.jpg │ │ ├── Pexels_videoid_1.jpg │ │ ├── ... │ ├── video │ │ ├── Pexels_videoid_0.mp4 │ │ ├── Pexels_videoid_1.mp4 │ │ ├── ... │ ├── track │ │ ├── single │ │ │ ├── Pexels_videoid_0_tracks.npy │ │ │ ├── Pexels_videoid_0_visibility.npy │ │ │ ├── ... │ │ ├── multi │ │ │ ├── Pexels_videoid_0_tracks.npy │ │ │ ├── Pexels_videoid_0_visibility.npy │ │ │ ├── ... ├── zh # Chinese version │ ├── single_track.txt │ ├── multi_track.txt │ ├── first_frame │ │ ├── Pexels_videoid_0.jpg │ │ ├── Pexels_videoid_1.jpg │ │ ├── ... │ ├── video │ │ ├── Pexels_videoid_0.mp4 │ │ ├── Pexels_videoid_1.mp4 │ │ ├── ... │ ├── track │ │ ├── single │ │ │ ├── Pexels_videoid_0_tracks.npy │ │ │ ├── Pexels_videoid_0_visibility.npy │ │ │ ├── ... │ │ ├── multi │ │ │ ├── Pexels_videoid_0_tracks.npy │ │ │ ├── Pexels_videoid_0_visibility.npy │ │ │ ├── ... ├── bench.py # Evaluation script ├── utils # Evaluation code modules ``` For evaluation, please refer to [Wan-Move](https://github.com/ali-vilab/Wan-Move) code base. Enjoy it! ## Contact Us If you would like to leave a message to our research teams, feel free to drop me an [Email](ruihangchu@gmail.com).