nielsr HF Staff commited on
Commit
b7cd30c
·
verified ·
1 Parent(s): 61028eb

Add link to Github repository

Browse files

This PR adds a link to the Github repository, enabling users to find the code easier.

Files changed (1) hide show
  1. README.md +2 -1
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