Datasets:
File size: 1,708 Bytes
faf1930 3c1eeba 4cda9b2 3c1eeba faf1930 3c1eeba faf1930 3c1eeba faf1930 3c1eeba faf1930 3c1eeba faf1930 3c1eeba faf1930 |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
task_categories:
- text-to-video
license: mit
---
<div align="center">
# Pulp Motion: Framing-aware multimodal camera and human motion generation
<a href="https://robincourant.github.io/info/"><strong>Robin Courant</strong></a>
·
<a href="https://triocrossing.github.io/"><strong>Xi Wang</strong></a>
·
<a href="https://davidlapous.github.io/"><strong>David Loiseaux</strong></a>
·
<a href="http://people.irisa.fr/Marc.Christie/"><strong>Marc Christie</strong></a>
·
<a href="https://vicky.kalogeiton.info/"><strong>Vicky Kalogeiton</strong></a>
[]()
</div>
<div align="center">
<a href="https://www.lix.polytechnique.fr/vista/projects/2025_pulpmotion_courant/" class="button"><b>[Webpage]</b></a>
<a href="https://huggingface.co/papers/2510.05097" class="button"><b>[Paper]</b></a>
<a href="https://github.com/robincourant/pulp-motion" class="button"><b>[Code]</b></a>
</div>
<br/>

---
The PulpMotion dataset is a human-motion and camera-trajectory dataset with rich captions, and high-quality human motions, presented in the paper [Pulp Motion: Framing-aware multimodal camera and human motion generation](https://huggingface.co/papers/2510.05097).
### Sample Usage
First, install `git lfs` by following the instructions [here](https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage).
To get the data and prepare the dataset, run:
```bash
git clone https://huggingface.co/datasets/robin-courant/pulpmotion-data
cd pulpmotion-data
sh untar.sh
``` |