Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# POMATO:Marrying Pointmap Matching with Temporal Motions for Dynamic 3D Reconstruction
|
| 6 |
+
|
| 7 |
+
### Model Sources
|
| 8 |
+
|
| 9 |
+
- **Repository:** https://github.com/wyddmw/POMATO
|
| 10 |
+
- **Paper:** https://arxiv.org/abs/2504.05692
|
| 11 |
+
|
| 12 |
+
## Uses
|
| 13 |
+
|
| 14 |
+
The primary use of POMATO is for dynamic 3D reconstruction. For the detailed usage of our POMATO, please refer to our github repo.
|
| 15 |
+
|
| 16 |
+
## Citation Information
|
| 17 |
+
```
|
| 18 |
+
@article{zhang2025pomato,
|
| 19 |
+
title={POMATO: Marrying Pointmap Matching with Temporal Motion for Dynamic 3D Reconstruction},
|
| 20 |
+
author={Zhang, Songyan and Ge, Yongtao and Tian, Jinyuan and Xu, Guangkai and Chen, Hao and Lv, Chen and Shen, Chunhua},
|
| 21 |
+
journal={arXiv preprint arXiv:2504.05692},
|
| 22 |
+
year={2025}
|
| 23 |
+
}
|
| 24 |
+
```
|