chaoyizh commited on
Commit
7215a64
·
verified ·
1 Parent(s): 8c9620d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
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".
7
+
8
+ For more details about usage, please refer to the [official GitHub repo](https://github.com/ChaoyiZh/latent-radiance-field).
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