Add link to Github repository
Browse filesThis PR adds a link to the Github repository, enabling users to find the code easier.
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
pipeline_tag: image-to-3d
|
3 |
library_name: pytorch
|
4 |
license: apache-2.0
|
|
|
5 |
---
|
6 |
|
7 |
# FLARE: Feed-forward Geometry, Appearance and Camera Estimation from Uncalibrated Sparse Views
|
@@ -13,6 +13,7 @@ license: apache-2.0
|
|
13 |
This repository contains the FLARE model, as presented in [FLARE: Feed-forward Geometry, Appearance and Camera Estimation from Uncalibrated Sparse Views](https://hf.co/papers/2502.12138). FLARE is a feed-forward model that estimates high-quality camera poses, 3D geometry, and appearance from as few as 2-8 uncalibrated images.
|
14 |
|
15 |
Project Page: https://zhanghe3z.github.io/FLARE/
|
|
|
16 |
|
17 |
## Run a Demo (Point Cloud and Camera Pose Estimation)
|
18 |
|
|
|
1 |
---
|
|
|
2 |
library_name: pytorch
|
3 |
license: apache-2.0
|
4 |
+
pipeline_tag: image-to-3d
|
5 |
---
|
6 |
|
7 |
# FLARE: Feed-forward Geometry, Appearance and Camera Estimation from Uncalibrated Sparse Views
|
|
|
13 |
This repository contains the FLARE model, as presented in [FLARE: Feed-forward Geometry, Appearance and Camera Estimation from Uncalibrated Sparse Views](https://hf.co/papers/2502.12138). FLARE is a feed-forward model that estimates high-quality camera poses, 3D geometry, and appearance from as few as 2-8 uncalibrated images.
|
14 |
|
15 |
Project Page: https://zhanghe3z.github.io/FLARE/
|
16 |
+
Code: https://github.com/zhanghe3z/FLARE
|
17 |
|
18 |
## Run a Demo (Point Cloud and Camera Pose Estimation)
|
19 |
|