Datasets:

Tasks:
Other
Modalities:
3D
ArXiv:
License:
inrainbws commited on
Commit
1c130ba
·
verified ·
1 Parent(s): ae59245

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -436,6 +436,8 @@ neural representations / neural fields on 3D shapes.
436
  This dataset is shared as part of the CVPR 2026 paper [Weight Space Representation Learning via Neural Field Adaptaion](https://arxiv.org/abs/2512.01759).
437
  Code for producing this dataset is shared in the [wsr.pytorch](https://github.com/IVRL/wsr.pytorch) neural-field codebase.
438
 
 
 
439
  Each shape is converted into a watertight manifold, normalized into the unit
440
  cube `[-1, 1]³`, and sampled into three point sets (`uniform`, `surface`,
441
  `groundtruth`), each stored as a `[N, 4]` `float32` array of `[x, y, z, sdf]`.
 
436
  This dataset is shared as part of the CVPR 2026 paper [Weight Space Representation Learning via Neural Field Adaptaion](https://arxiv.org/abs/2512.01759).
437
  Code for producing this dataset is shared in the [wsr.pytorch](https://github.com/IVRL/wsr.pytorch) neural-field codebase.
438
 
439
+ <img src="https://inrainbws.github.io/assets/images/wsrl.png" width="640">
440
+
441
  Each shape is converted into a watertight manifold, normalized into the unit
442
  cube `[-1, 1]³`, and sampled into three point sets (`uniform`, `surface`,
443
  `groundtruth`), each stored as a `[N, 4]` `float32` array of `[x, y, z, sdf]`.