Disable dataset viewer; document archive contents
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
viewer: false
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# 3D Belief Dataset
|
| 7 |
+
|
| 8 |
+
This repository hosts data archives and model checkpoints for the 3D Belief project.
|
| 9 |
+
|
| 10 |
+
## Contents
|
| 11 |
+
|
| 12 |
+
- `data/3d-core.zip` — Core dataset archive.
|
| 13 |
+
- `data/all_rerendered_root_parts/` — Split zip archive (`all_rerendered_root.zip.part_a*`). Reassemble with:
|
| 14 |
+
```bash
|
| 15 |
+
cat all_rerendered_root.zip.part_a* > all_rerendered_root.zip
|
| 16 |
+
```
|
| 17 |
+
- `data/spoc_trajectories_val.zip` — SPOC validation trajectories.
|
| 18 |
+
- `checkpoints/` — Pretrained model checkpoints (`3d_belief_spoc.pt`, `dfot_finetune_spoc.ckpt`, `nwm_finetune_spoc.pth.tar`, `vggt_spoc.pt`).
|
| 19 |
+
|
| 20 |
+
## Notes
|
| 21 |
+
|
| 22 |
+
The dataset viewer is disabled because the data is distributed as archive (`.zip`) files
|
| 23 |
+
rather than as an auto-loadable Hugging Face `datasets` format.
|
| 24 |
+
|
| 25 |
+
## License
|
| 26 |
+
|
| 27 |
+
MIT
|