nielsr HF Staff commited on
Commit
81b726e
·
verified ·
1 Parent(s): 4cda9b2

Add metadata (task categories, license) and link to paper, update sample usage

Browse files

This PR improves the dataset card by:
- Adding `task_categories: ['text-to-video']` and `license: mit` to the YAML metadata.
- Adding a link to the paper ([https://huggingface.co/papers/2510.05097](https://huggingface.co/papers/2510.05097)).
- Creating a "Sample Usage" section based on the instructions for downloading and preparing the dataset.

Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  <div align="center">
2
 
3
  # Pulp Motion: Framing-aware multimodal camera and human motion generation
@@ -19,6 +25,7 @@
19
 
20
  <div align="center">
21
  <a href="https://www.lix.polytechnique.fr/vista/projects/2025_pulpmotion_courant/" class="button"><b>[Webpage]</b></a> &nbsp;&nbsp;&nbsp;&nbsp;
 
22
  <a href="https://github.com/robincourant/pulp-motion" class="button"><b>[Code]</b></a> &nbsp;&nbsp;&nbsp;&nbsp;
23
  </div>
24
 
@@ -28,19 +35,15 @@
28
 
29
  ---
30
 
31
- # Setup
32
 
33
- 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).
34
 
 
35
 
36
- To get the data, run:
37
- ```
38
  git clone https://huggingface.co/datasets/robin-courant/pulpmotion-data
39
- ```
40
-
41
-
42
- Prepare the dataset (untar archives):
43
- ```
44
  cd pulpmotion-data
45
  sh untar.sh
46
- ```
 
1
+ ---
2
+ task_categories:
3
+ - text-to-video
4
+ license: mit
5
+ ---
6
+
7
  <div align="center">
8
 
9
  # Pulp Motion: Framing-aware multimodal camera and human motion generation
 
25
 
26
  <div align="center">
27
  <a href="https://www.lix.polytechnique.fr/vista/projects/2025_pulpmotion_courant/" class="button"><b>[Webpage]</b></a> &nbsp;&nbsp;&nbsp;&nbsp;
28
+ <a href="https://huggingface.co/papers/2510.05097" class="button"><b>[Paper]</b></a> &nbsp;&nbsp;&nbsp;&nbsp;
29
  <a href="https://github.com/robincourant/pulp-motion" class="button"><b>[Code]</b></a> &nbsp;&nbsp;&nbsp;&nbsp;
30
  </div>
31
 
 
35
 
36
  ---
37
 
38
+ 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).
39
 
40
+ ### Sample Usage
41
 
42
+ 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).
43
 
44
+ To get the data and prepare the dataset, run:
45
+ ```bash
46
  git clone https://huggingface.co/datasets/robin-courant/pulpmotion-data
 
 
 
 
 
47
  cd pulpmotion-data
48
  sh untar.sh
49
+ ```