nielsr HF staff commited on
Commit
fea98e0
·
verified ·
1 Parent(s): 7215a64

Add image-to-3d pipeline tag

Browse files

Adds the `image-to-3d` pipeline tag to make the model findable in the model hub

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  license: mit
 
3
  ---
 
 
4
  # [[ICLR 2025] Latent Radiance Fields with 3D-aware 2D Representations](https://latent-radiance-field.github.io/LRF/)
5
 
6
  This HuggingFace🤗 repo stores all pretrained model weights for the ICLR 2025 paper: "Latent Radiance Fields with 3D-aware 2D Representations".
@@ -9,4 +12,5 @@ For more details about usage, please refer to the [official GitHub repo](https:/
9
 
10
  - Project page: https://latent-radiance-field.github.io/LRF/
11
  - Code: https://github.com/ChaoyiZh/latent-radiance-field
12
- - Paper: https://arxiv.org/abs/2502.09613
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: image-to-3d
4
  ---
5
+
6
+ ```markdown
7
  # [[ICLR 2025] Latent Radiance Fields with 3D-aware 2D Representations](https://latent-radiance-field.github.io/LRF/)
8
 
9
  This HuggingFace🤗 repo stores all pretrained model weights for the ICLR 2025 paper: "Latent Radiance Fields with 3D-aware 2D Representations".
 
12
 
13
  - Project page: https://latent-radiance-field.github.io/LRF/
14
  - Code: https://github.com/ChaoyiZh/latent-radiance-field
15
+ - Paper: https://arxiv.org/abs/2502.09613
16
+ ```