File size: 1,145 Bytes
7a4c312 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
task_categories:
- text-to-video
---
# InTraGen: Trajectory-controlled Video Generation for Object Interactions
This repository contains the datasets introduced in the paper [InTraGen: Trajectory-controlled Video Generation for Object Interactions](https://huggingface.co/papers/2411.16804).
InTraGen is a pipeline for improved trajectory-based generation of object interaction scenarios. The researchers introduced four new datasets to evaluate performance in these contexts:
- **MoVi-Extended**
- **Domino**
- **Football**
- **Pool**
The official code and further instructions can be found in the [GitHub repository](https://github.com/insait-institute/intragen).
## Citation
If you find these datasets useful for your research, please consider citing the following paper:
```bibtex
@article{liu2024intragen,
title={InTraGen: Trajectory-controlled Video Generation for Object Interactions},
author={Liu, Zuhao and Yanev, Aleksandar and Mahmood, Ahmad and Nikolov, Ivan and Motamed, Saman and Zheng, Wei-Shi and Wang, Xi and Van Gool, Luc and Paudel, Danda Pani},
journal={arXiv preprint arXiv:2411.16804},
year={2024}
}
``` |