robin.courant
commited on
Commit
路
35d4d1b
1
Parent(s):
688a73b
Add README
Browse files- .gitattributes +1 -0
- README.md +46 -0
- assets/teaser.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<div align="center">
|
| 2 |
+
|
| 3 |
+
# Pulp Motion: Framing-aware multimodal camera and human motion generation
|
| 4 |
+
|
| 5 |
+
<a href="https://robincourant.github.io/info/"><strong>Robin Courant</strong></a>
|
| 6 |
+
路
|
| 7 |
+
<a href="https://davidlapous.github.io/"><strong>David Loiseaux</strong></a>
|
| 8 |
+
路
|
| 9 |
+
<a href="https://triocrossing.github.io/"><strong>Xi Wang</strong></a>
|
| 10 |
+
路
|
| 11 |
+
<a href="http://people.irisa.fr/Marc.Christie/"><strong>Marc Christie</strong></a>
|
| 12 |
+
路
|
| 13 |
+
<a href="https://vicky.kalogeiton.info/"><strong>Vicky Kalogeiton</strong></a>
|
| 14 |
+
|
| 15 |
+
[]()
|
| 16 |
+
|
| 17 |
+
</div>
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
<div align="center">
|
| 21 |
+
<a href="https://www.lix.polytechnique.fr/vista/projects/2025_pulpmotion_courant/" class="button"><b>[Webpage]</b></a>
|
| 22 |
+
<a href="https://github.com/robincourant/pulp-motion" class="button"><b>[Code]</b></a>
|
| 23 |
+
</div>
|
| 24 |
+
|
| 25 |
+
<br/>
|
| 26 |
+
|
| 27 |
+

|
| 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-models
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
Prepare the dataset (untar archives):
|
| 43 |
+
```
|
| 44 |
+
cd pulpmotion-models
|
| 45 |
+
sh download_smpl
|
| 46 |
+
```
|
assets/teaser.png
ADDED
|
Git LFS Details
|