Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
To extract the dataset, run
|
| 8 |
```sh
|
| 9 |
tar -xvf shapenet_nerfs.tar
|
| 10 |
```
|
|
@@ -14,3 +14,13 @@ The NeRF weights contained in the dataset refer to the following implementations
|
|
| 14 |
* [MLP-based NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_nerf2vec.py#L65)
|
| 15 |
* [Tri-planar NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_triplane.py#L20)
|
| 16 |
* [Hash-based NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_hash_single_mlp_separate_enc.py#L22)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
# Weight Space Representation Learning on Diverse NeRF Architectures (ICLR 2026)
|
| 6 |
|
| 7 |
+
To extract the dataset, run:
|
| 8 |
```sh
|
| 9 |
tar -xvf shapenet_nerfs.tar
|
| 10 |
```
|
|
|
|
| 14 |
* [MLP-based NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_nerf2vec.py#L65)
|
| 15 |
* [Tri-planar NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_triplane.py#L20)
|
| 16 |
* [Hash-based NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_hash_single_mlp_separate_enc.py#L22)
|
| 17 |
+
|
| 18 |
+
Cite us:
|
| 19 |
+
|
| 20 |
+
```bibtex
|
| 21 |
+
@inproceedings{ballerini2026weight,
|
| 22 |
+
title = {Weight Space Representation Learning on Diverse {NeRF} Architectures},
|
| 23 |
+
author = {Ballerini, Francesco and Zama Ramirez, Pierluigi and Di Stefano, Luigi and Salti, Samuele},
|
| 24 |
+
booktitle = {The Fourteenth International Conference on Learning Representations},
|
| 25 |
+
year = {2026}
|
| 26 |
+
```
|