Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- 3d
|
| 5 |
+
- neural-fields
|
| 6 |
+
- siren
|
| 7 |
+
- hypernetwork
|
| 8 |
+
- shape-generation
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Hypernetwork → Shape pipeline checkpoints
|
| 12 |
+
|
| 13 |
+
Trained models and processed data for image-to-3D experiments documented at
|
| 14 |
+
**[BOB-THE-BUILDER-in/Hypernetwork](https://github.com/BOB-THE-BUILDER-in/Hypernetwork)**.
|
| 15 |
+
|
| 16 |
+
## Contents
|
| 17 |
+
|
| 18 |
+
- `tier_essential.tar.gz` (1.98 GB) — anchors, autoencoder, mappers, results
|
| 19 |
+
- `tier_data.tar.gz` (2.67 GB) — watertight meshes, SDF samples, image-SIRENs, shape-SIRENs
|
| 20 |
+
- `tier_hypernets.tar.gz` (6.69 GB) — 100 trained hypernets (one per training shape)
|
| 21 |
+
|
| 22 |
+
## Source
|
| 23 |
+
|
| 24 |
+
Mesh data derived from [Objaverse 1.0](https://objaverse.allenai.org/).
|
| 25 |
+
Individual creators retain rights to original models.
|
| 26 |
+
|
| 27 |
+
## Restore
|
| 28 |
+
|
| 29 |
+
See the GitHub repo's README for full restoration instructions.
|
| 30 |
+
|
| 31 |
+
## Key results
|
| 32 |
+
|
| 33 |
+
- Direct weight prediction (264K-dim) at N=100 produces fragmented OOD predictions
|
| 34 |
+
- Latent autoencoder compression to 128 dims rescues OOD generalization
|
| 35 |
+
- Mapper from hypernet → 128-dim latent achieves MSE 1.4e-5 with 9M× scrambled-cond ratio
|