Update tag and add citation (#2)
Browse files- Update tag and add citation (342e4175581755f34f156f64358a47d08c65260d)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -6,8 +6,8 @@ language:
|
|
6 |
- en
|
7 |
library_name: geometry-crafter
|
8 |
license: other
|
9 |
-
pipeline_tag: video-to-3d
|
10 |
tags:
|
|
|
11 |
- point-cloud
|
12 |
---
|
13 |
|
@@ -142,6 +142,14 @@ Please check the `evaluation` folder.
|
|
142 |
|
143 |
If you find this work helpful, please consider citing:
|
144 |
|
145 |
-
```
|
146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
```
|
|
|
6 |
- en
|
7 |
library_name: geometry-crafter
|
8 |
license: other
|
|
|
9 |
tags:
|
10 |
+
- video-to-3d
|
11 |
- point-cloud
|
12 |
---
|
13 |
|
|
|
142 |
|
143 |
If you find this work helpful, please consider citing:
|
144 |
|
145 |
+
```bibtex
|
146 |
+
@misc{xu2025geometrycrafterconsistentgeometryestimation,
|
147 |
+
title={GeometryCrafter: Consistent Geometry Estimation for Open-world Videos with Diffusion Priors},
|
148 |
+
author={Tian-Xing Xu and Xiangjun Gao and Wenbo Hu and Xiaoyu Li and Song-Hai Zhang and Ying Shan},
|
149 |
+
year={2025},
|
150 |
+
eprint={2504.01016},
|
151 |
+
archivePrefix={arXiv},
|
152 |
+
primaryClass={cs.GR},
|
153 |
+
url={https://arxiv.org/abs/2504.01016},
|
154 |
+
}
|
155 |
```
|