Spaces:
Runtime error
Runtime error
Commit
·
079328d
1
Parent(s):
a62a4b8
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,13 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
This is a demo is a simplified version of the approach described in the paper, ["PoseSync: Robust pose based video synchronization"](https://arxiv.org/abs/2308.12600)
|
13 |
+
|
14 |
+
```
|
15 |
+
@article{javia2023posesync,
|
16 |
+
title={PoseSync: Robust pose based video synchronization},
|
17 |
+
author={Javia, Rishit and Shah, Falak and Dave, Shivam},
|
18 |
+
journal={arXiv preprint arXiv:2308.12600},
|
19 |
+
year={2023}
|
20 |
+
}
|
21 |
+
```
|