File size: 1,614 Bytes
a868ac4 5c341bd a868ac4 3a6923e a868ac4 3a6923e a868ac4 3a6923e a868ac4 3a6923e a868ac4 3a6923e a868ac4 3a6923e 6b58a68 a868ac4 |
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 |
---
license: mit
tags:
- articulated-objects
---
<div align="center">
<h1>REACTO: Reconstructing Articulated Objects from a Single Video</h1>
<p>
<a href="https://chaoyuesong.github.io"><strong>Chaoyue Song</strong></a> ·
<a href="https://plusmultiply.github.io/"><strong>Jiacheng Wei</strong></a> ·
<a href="http://ai.stanford.edu/~csfoo/"><strong>Chuan-Sheng Foo</strong></a> ·
<a href="https://guosheng.github.io/"><strong>Guosheng Lin</strong></a> ·
<a href="https://sites.google.com/site/fayaoliu/"><strong>Fayao Liu</strong></a>
</p>
<h3>CVPR 2024</h3>
<p>
<a href="https://chaoyuesong.github.io/REACTO/"><strong>Project</strong></a> |
<a href="https://arxiv.org/abs/2404.11151"><strong>Paper</strong></a> |
<a href="https://www.youtube.com/watch?v=6f-lyqLMbRc"><strong>Video</strong></a>
</p>
<!--
<img src="https://github.com/ChaoyueSong/ChaoyueSong.github.io/blob/gh-pages/files/project/reacto_cvpr2024/reacto_teaser.gif" width="70%" />
-->
</div>
<br />
This repo includes pre-processed data used in REACTO. To use your own videos, or pre-process raw videos into [the same format](https://lab4d-org.github.io/lab4d/tutorials/arbitrary_video.html), please check [this code](https://github.com/ChaoyueSong/REACTO).
### Citation
```
@inproceedings{song2024reacto,
title={REACTO: Reconstructing Articulated Objects from a Single Video},
author={Song, Chaoyue and Wei, Jiacheng and Foo, Chuan Sheng and Lin, Guosheng and Liu, Fayao},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={5384--5395},
year={2024}
}
``` |