Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
# ID-Pose: Sparse-view Camera Pose Estimation by Inverting Diffusion Models
|
5 |
+
|
6 |
+
- ArXiv: https://arxiv.org/abs/2306.17140
|
7 |
+
- Code: https://github.com/xt4d/id-pose/
|
8 |
+
- Demo: https://huggingface.co/spaces/tokenid/ID-Pose/
|
9 |
+
|
10 |
+
## Abstract
|
11 |
+
- ID-Pose estimates camera poses of sparse-view images of a 3D object (appearance overlaps not required).
|
12 |
+
- ID-Pose inversely uses the off-the-shelf Zero123 to estimate camera poses by iteratively minimizing denoising errors given input images.
|
13 |
+
- ID-Pose is a zero-shot method that requires NO additional model training or finetuning.
|
14 |
+
- ID-Pose exhibits strong generalization ability on open-world images as the method effectively leverages the image priors from Zero123 (StableDiffusion).
|