Datasets:

Tasks:
Other
Modalities:
3D
ArXiv:
License:
inrainbws commited on
Commit
f073d00
·
verified ·
1 Parent(s): 8fad80d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -429,16 +429,16 @@ configs:
429
  # ShapeNetSDF
430
 
431
  Signed Distance Field (SDF) point samples derived from
432
- [ShapeNet Core](https://shapenet.org), for training and evaluating implicit
433
  neural representations / neural fields on 3D shapes.
434
 
 
 
 
435
  Each shape is converted into a watertight manifold, normalized into the unit
436
  cube `[-1, 1]³`, and sampled into three point sets (`uniform`, `surface`,
437
  `groundtruth`), each stored as a `[N, 4]` `float32` array of `[x, y, z, sdf]`.
438
 
439
- This dataset is produced by `process_shapenet_to_sdf.py` from the
440
- [wsr.pytorch](https://github.com/IVRL/wsr.pytorch) neural-field codebase.
441
-
442
  ## Dataset structure
443
 
444
  The dataset is stored as **sharded Parquet** (one config per category, with
 
429
  # ShapeNetSDF
430
 
431
  Signed Distance Field (SDF) point samples derived from
432
+ [ShapeNet Core](#), for training and evaluating implicit
433
  neural representations / neural fields on 3D shapes.
434
 
435
+ 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) produced by `process_shapenet_to_sdf.py` from the.
436
+ Code for producing this dataset is shared in the [wsr.pytorch](https://github.com/IVRL/wsr.pytorch) neural-field codebase.
437
+
438
  Each shape is converted into a watertight manifold, normalized into the unit
439
  cube `[-1, 1]³`, and sampled into three point sets (`uniform`, `surface`,
440
  `groundtruth`), each stored as a `[N, 4]` `float32` array of `[x, y, z, sdf]`.
441
 
 
 
 
442
  ## Dataset structure
443
 
444
  The dataset is stored as **sharded Parquet** (one config per category, with