Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
frallebini commited on
Commit
3fe4bba
·
verified ·
1 Parent(s): 6c0c46b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ pretty_name: "ShapenetRender NeRFs"
4
+ ---
5
+
6
+ Dataset introduced in the paper [Weight Space Representation Learning on Diverse NeRF Architectures](https://openreview.net/pdf?id=u90rHXaBve) (under review at ICLR 2026).
7
+
8
+ To extract the dataset, run
9
+ ```sh
10
+ tar -xvf shapenet_nerfs.tar
11
+ ```
12
+
13
+ The NeRF weights contained in the dataset refer to the following implementations (follow [this README](https://github.com/CVLAB-Unibo/nf2vec/blob/main/README.md) to install the required libraries):
14
+
15
+ * [MLP-based NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_nerf2vec.py#L65)
16
+ * [Tri-planar NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_triplane.py#L20)
17
+ * [Hash-based NeRF](https://github.com/frallebini/nerf-training/blob/42e1749f5743789003da53aa6f567562497baf39/radiance_fields/nerf_hash_single_mlp_separate_enc.py#L22)